Files
openfoam/etc/caseDicts/postProcessing/pressure/staticPressure
2016-09-20 14:49:08 +01:00

19 lines
850 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the pressure field in units M/(LT^2) (e.g. Pa) from kinematic
pressure by scaling by a specified density.
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/pressure/staticPressure.cfg"
rhoInf 1.2; // Density to scale
// ************************************************************************* //