16 lines
762 B
C++
16 lines
762 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
|
|
|
|
calcTotal no;
|
|
calcCoeff no;
|
|
rho rhoInf;
|
|
|
|
// ************************************************************************* //
|