FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createFields.H File Reference

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().

if ( thermalStress    )

Definition at line 18 of file createFields.H.

References Foam::endl(), Foam::Info, mesh, and Tptr().