Functions
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

Info<< "Reading field D\n"<< endl;volVectorField D(IOobject("D", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);autoPtr< volScalarField > Tptr (NULL)
 
 if (thermalStress)
 

Function Documentation

Info<< "Reading field D\n" << endl;volVectorField D( IOobject ( "D", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);autoPtr<volScalarField> Tptr ( NULL  )

Referenced by if().

Here is the caller graph for this function:

if ( thermalStress  )

Definition at line 21 of file createFields.H.

References compactNormalStress(), Foam::fvc::div(), Foam::endl(), Foam::fvc::grad(), Foam::I, Foam::Info, lambda(), Foam::fvc::laplacian(), mesh, mu(), Tptr(), Foam::tr(), and Foam::twoSymm().

Here is the call graph for this function: