Loading...
Searching...
No Matches
Functions | Variables
createFields.H File Reference

Go to the source code of this file.

Functions

volScalarField T (IOobject("T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
 
volScalarField S (IOobject("S", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), T.mesh(), dimensionedScalar("zero", dimensionSet(0, 0, -1, 1, 0, 0, 0), 0))
 

Variables

volScalarField yPos = mesh.C().component(vector::Y)
 
volScalarField xPos = mesh.C().component(vector::X)
 

Function Documentation

◆ S()

volScalarField S ( IOobject("S", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) ,
T. mesh(),
dimensionedScalar("zero", dimensionSet(0, 0, -1, 1, 0, 0, 0), 0)  )

◆ T()

volScalarField T ( IOobject("T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE) ,
mesh  )

Variable Documentation

◆ xPos

volScalarField xPos = mesh.C().component(vector::X)
Examples
02thermalBlock.C, 08DEIM.C, 09DEIM_ROM.C, and 20incrementalPOD.C.

Definition at line 38 of file createFields.H.

◆ yPos

volScalarField yPos = mesh.C().component(vector::Y)
Examples
02thermalBlock.C, 08DEIM.C, 09DEIM_ROM.C, and 20incrementalPOD.C.

Definition at line 37 of file createFields.H.