mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
This commit is contained in:
@ -37,8 +37,7 @@
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
rho0 + psi*(p - p0),
|
||||
p.boundaryField().types()
|
||||
rhoO + psi*p
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ Application
|
||||
sonicLiquidFoam
|
||||
|
||||
Description
|
||||
Transient solver for trans-sonic/supersonic, laminar flow of a
|
||||
Transient solver for trans-sonic/supersonic, laminar flow of a
|
||||
compressible liquid.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -85,6 +85,9 @@ int main(int argc, char *argv[])
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
// Give patch area
|
||||
Info<< " Patch area = " << sum(mesh.Sf()) << endl;
|
||||
|
||||
if (fieldHeader.headerClassName() == "volScalarField")
|
||||
{
|
||||
Info<< " Reading volScalarField " << fieldName << endl;
|
||||
|
||||
Reference in New Issue
Block a user