Immersed boundary updates

This commit is contained in:
Hrvoje Jasak 2020-03-20 14:01:16 +00:00
parent e518ed21ee
commit 3c92c8786a
2 changed files with 6 additions and 2 deletions

View file

@ -9,6 +9,7 @@ immersedBoundaryFvPatchFields/immersedBoundaryFvPatchField/immersedBoundaryFvPat
immersedBoundaryFvsPatchFields/immersedBoundaryFvsPatchField/immersedBoundaryFvsPatchFields.C
immersedBoundaryFvPatchFields/basic/fixedValueIbFvPatchField/fixedValueIbFvPatchFields.C
immersedBoundaryFvPatchFields/basic/zeroGradientIbFvPatchField/zeroGradientIbFvPatchFields.C
immersedBoundaryFvPatchFields/basic/mixedIbFvPatchField/mixedIbFvPatchFields.C
immersedBoundaryFvPatchFields/derived/movingImmersedBoundaryVelocity/movingImmersedBoundaryVelocityFvPatchVectorField.C

View file

@ -25,8 +25,11 @@ Global
CourantNo
Description
Calculates and outputs the mean and maximum Courant Numbers with
immersed boundary correction.
Calculates and outputs the mean and maximum Courant Numbers for
incompressible flow with immersed boundary correction.
Author
Hrvoje Jasak, Wikki Ltd. All rights reserved
\*---------------------------------------------------------------------------*/