Boundary Condition

Hi
could anyone tell me in which Source Code the Boundary Conditions are implemented?
Regards

Comments

  • Particle interactions between fluid and boundary particles are solved in:
    JSphCpu::Interaction_Forces -----> InteractionsForcesBound

    and density and pressure of the boundaries are updated in:
    ComputeVerlet & ComputeSymplectic

    Regards
  • does DualSPHysics provide "Fluid-driven Objects" for Boundary Condition?
    Which Boundary Conditions are provided by DualSPHysics?
  • well, you have to read first the users guide and some reference papers, please
Sign In or Register to comment.