Files
openfoam/etc/caseDicts/postProcessing/pressure/staticPressure

17 lines
769 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
staticPressure
{
#includeEtc "caseDicts/postProcessing/pressure/staticPressure.cfg"
rhoInf 1.2; // Density to scale
}
// ************************************************************************* //