readThermalProperties.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (thermalStress)
 

Variables

Info<< "Reading thermal properties\"<< endl;IOdictionary thermalProperties(IOobject("thermalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));Switch thermalStress(thermalProperties.lookup("thermalStress"));volScalarField threeKalpha(IOobject("threeKalpha", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimensionSet(0, 2, -2, -1, 0), 0));volScalarField DT(IOobject("DT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimensionSet(0, 2, -1, 0, 0), 0));autoPtr< volScalarField > rhoKPtr
 

Function Documentation

◆ if()

if ( thermalStress  )

Definition at line 50 of file readThermalProperties.H.

References Foam::abort(), alpha(), Foam::dimTemperature, Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::Info, Foam::inv(), k, mesh, readScalar, rho, rhoKPtr, and runTime.

Here is the call graph for this function:

Variable Documentation

◆ rhoKPtr

Info<< "Reading thermal properties\n" << endl;IOdictionary thermalProperties( IOobject ( "thermalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE ));Switch thermalStress(thermalProperties.lookup("thermalStress"));volScalarField threeKalpha( IOobject ( "threeKalpha", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedScalar(dimensionSet(0, 2, -2 , -1, 0), 0));volScalarField DT( IOobject ( "DT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedScalar(dimensionSet(0, 2, -1 , 0, 0), 0));autoPtr<volScalarField> rhoKPtr

Definition at line 48 of file readThermalProperties.H.

Referenced by if().