Calculates and outputs the mean and maximum Courant Numbers with immersed boundary correction. More...
Go to the source code of this file.
Functions | |
if (mesh.nInternalFaces()) | |
Variables | |
scalar | CoNum = 0.0 |
scalar | meanCoNum = 0.0 |
scalar | velMag = 0.0 |
Calculates and outputs the mean and maximum Courant Numbers with immersed boundary correction.
Original source file immersedBoundaryCourantNo.H
Definition in file immersedBoundaryCourantNo.H.
if | ( | mesh. | nInternalFaces() | ) |
Definition at line 34 of file immersedBoundaryCourantNo.H.
References CoNum, Foam::mag(), Foam::max(), meanCoNum, mesh, phi, Foam::sum(), dimensioned::value(), and velMag.
scalar CoNum = 0.0 |
Definition at line 30 of file immersedBoundaryCourantNo.H.
Referenced by if().
scalar meanCoNum = 0.0 |
Definition at line 31 of file immersedBoundaryCourantNo.H.
Referenced by if().
scalar velMag = 0.0 |
Definition at line 32 of file immersedBoundaryCourantNo.H.
Referenced by if().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.