Skip to content

Point-wise physical Force

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6210
    sahilbhapkar30
    Participant

    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

    #6213
    Adrian
    Keymaster

    You can check the laminar/cylinder(2,3)d examples for a valid usage of the drag functor. As the drag and lift calculation relates to a specific obstacle in the flow you can not apply it to inlet / outlet.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.