Immersed boundary updates
This commit is contained in:
parent
e518ed21ee
commit
3c92c8786a
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
|
Reference in a new issue