You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(abs(Medium.density_derp_h(medium.state)) > 1e-12, "The simple Volume model should not be used with incompressible or nearly incompressible media. Consider using the FlexVolume instead.");
should be replaced, to be coherent, by :
assert(abs(density_derp_h_from_media) > 1e-12,The simple Volume model should not be used with incompressible or nearly incompressible media. Consider using the FlexVolume instead."), dropOfCommons.assertionLevel);
Best regards,
François
The text was updated successfully, but these errors were encountered:
Hi,
For the differents models of volume,
assert(abs(Medium.density_derp_h(medium.state)) > 1e-12, "The simple Volume model should not be used with incompressible or nearly incompressible media. Consider using the FlexVolume instead.");
should be replaced, to be coherent, by :
assert(abs(density_derp_h_from_media) > 1e-12,The simple Volume model should not be used with incompressible or nearly incompressible media. Consider using the FlexVolume instead."), dropOfCommons.assertionLevel);
Best regards,
François
The text was updated successfully, but these errors were encountered: