Hello,
I would like to calculate the point-wise physical force for my geometry. Is there any functor to do so?
I want a similar implementation to the
SuperLatticePhysVelocity3D<T, DESCRIPTOR> velocity( sLattice, converter );
SuperLatticePhysPressure3D<T, DESCRIPTOR> pressure( sLattice, converter );
I tried using the functor of drag for it. However, i am getting infinite value of drag for the calculation at the inlet and outlet. Is there any changes in the code I have to make of Drag functor to calculate the force at the inlet and the outlet?
Thank-you,
Best regards,
Sahil Bhapkar