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   
)

Referenced by 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(), Foam::endl(), and Foam::Info.

Here is the call graph for this function:

◆ dpdt()

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

Referenced by if().

Here is the caller graph for this function:

◆ if() [2/2]

if ( !thermo.  dpdt())

Definition at line 28 of file createDpdt.H.

References dpdt(), and Foam::Zero.

Here is the call graph for this function:

Variable Documentation

◆ else

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

Definition at line 22 of file createDpdt.H.

Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:369
Foam::Info
messageStream Info
Information stream (stdout output on master, null elsewhere)