Definition in file getPatchFieldTensor.H.
Go to the source code of this file.
Functions | |
if (nVar >=Num_variables-nSprayVariables) | |
IOobject | fieldObjectPtr (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::NO_READ) |
if (!fieldObjectPtr.headerOk()) | |
IOobject | fieldObject (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE) |
volTensorField | sf (fieldObject, mesh) |
if (which_type==Z_TRI03) |
Variables | |
label | patchi = which_part - 2 |
const tensorField & | tf = sf.boundaryField()[patchi] |
const polyBoundaryMesh & | bMesh = meshPtr->boundaryMesh() |
if | ( | nVar >=Num_variables- | nSprayVariables | ) |
Definition at line 3 of file getPatchFieldTensor.H.
IOobject fieldObjectPtr | ( | fieldNames] | [var2field[nVar], |
runTime. | timeName(), | ||
mesh | , | ||
IOobject::NO_READ | |||
) |
if | ( | !fieldObjectPtr. | headerOk() | ) |
Definition at line 16 of file getPatchFieldTensor.H.
IOobject fieldObject | ( | fieldNames] | [var2field[nVar], |
runTime. | timeName(), | ||
mesh | , | ||
IOobject::MUST_READ | , | ||
IOobject::NO_WRITE | |||
) |
volTensorField sf | ( | fieldObject | , |
mesh | |||
) |
if | ( | which_type | = = Z_TRI03 | ) |
Definition at line 39 of file getPatchFieldTensor.H.
label patchi = which_part - 2 |
Definition at line 1 of file getPatchFieldTensor.H.
const tensorField& tf = sf.boundaryField()[patchi] |
Definition at line 36 of file getPatchFieldTensor.H.
Referenced by Foam::cmptAv(), Foam::cmptMag(), Foam::cmptMax(), Foam::cmptMin(), processorLduInterface::compressedReceive(), if(), Foam::inv(), Foam::mag(), Foam::magSqr(), fvsPatchField< Type >::operator*=(), fvPatchField< Type >::operator*=(), fvsPatchField< Type >::operator+=(), fvPatchField< Type >::operator+=(), fvsPatchField< Type >::operator-=(), fvPatchField< Type >::operator-=(), fvsPatchField< Type >::operator/=(), fvPatchField< Type >::operator/=(), Foam::operator<<(), valuePointPatchField< Type >::operator=(), valuePointPatchField< Type >::operator==(), fvsPatchField< Type >::operator==(), fvPatchField< Type >::operator==(), Foam::pow(), processorLduInterface::receive(), Foam::sqr(), Foam::stabilise(), Foam::transform(), Foam::transformFieldMask< sphericalTensor >(), and Foam::transformFieldMask< symmTensor >().
const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh() |
Definition at line 37 of file getPatchFieldTensor.H.