DualSPHysics / DesignSPHysics

Module for FreeCAD intended to use with DualSPHysics fluid simulator.
Other
112 stars 40 forks source link

What is the parameter b? #193

Closed SAJAD-MRD closed 15 hours ago

SAJAD-MRD commented 7 months ago

Text: Constant 'b' cannot be zero. 'b' is zero when fluid height is zero (or fluid particles were not created).

imestevez commented 7 months ago

The constant b is used in the equation of state: https://github.com/DualSPHysics/DualSPHysics/wiki/3.-SPH-formulation#34-equation-of-state.

By default it is calculated automatically, but in case that there is no fluid in the domain, it is 0 as said in that message. Therefore, in case you want to simulate fluid, check your definition. Otherwise, in case you want a case without fluid, impose a value for constant b in the section constants definition.

SAJAD-MRD commented 7 months ago

thanks

luzpaz commented 3 months ago

This ticket can be closed