Loading...
Searching...
No Matches
createDpdt.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IOobject dpdtHeader ("dpdt", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)
 if (mesh.dynamic())
volScalarField dpdt (dpdtHeader, fvc::ddt(p))
 if (!thermo.dpdt())

Variables

 else

Function Documentation

◆ dpdtHeader()

IOobject dpdtHeader ( "dpdt" ,
runTime. timeName(),
mesh ,
IOobject::NO_READ ,
IOobject::NO_WRITE  )

References mesh, and runTime.

Referenced by dpdt(), and if().

Here is the caller graph for this function:

◆ if() [1/2]

if ( mesh. dynamic())

Definition at line 10 of file createDpdt.H.

References dpdtHeader(), and mesh.

Here is the call graph for this function:

◆ dpdt()

volScalarField dpdt ( dpdtHeader ,
fvc::ddt(p)  )

References dpdtHeader(), and p.

Here is the call graph for this function:

◆ if() [2/2]

if ( !thermo. dpdt())

Definition at line 28 of file createDpdt.H.

References dpdt.

Variable Documentation

◆ else

else
Initial value:
{
Info<< "Creating field dpdt\n" << endl

Definition at line 21 of file createDpdt.H.