Go to the source code of this file.
|
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)) |
|
|
volScalarField | yPos = mesh.C().component(vector::Y) |
|
volScalarField | xPos = mesh.C().component(vector::X) |
|
◆ 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 | ) |
◆ xPos
volScalarField xPos = mesh.C().component(vector::X) |
◆ yPos
volScalarField yPos = mesh.C().component(vector::Y) |