getPatchFieldTensor.H File Reference
Include dependency graph for getPatchFieldTensor.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (nVar >=Num_variables - nSprayVariables)
 
typeIOobject< volTensorField > fieldObjectPtr (fieldNames[var2field[nVar]], runTime.name(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.headerOk())
 
IOobject fieldObject (fieldNames[var2field[nVar]], runTime.name(), 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()
 

Function Documentation

◆ if() [1/3]

if ( nVar >=Num_variables nSprayVariables)

Definition at line 3 of file getPatchFieldTensor.H.

◆ fieldObjectPtr()

typeIOobject<volTensorField> fieldObjectPtr ( fieldNames [var2field[nVar],
runTime.  name(),
mesh  ,
IOobject::NO_READ   
)

◆ if() [2/3]

if ( !fieldObjectPtr.  headerOk())

Definition at line 16 of file getPatchFieldTensor.H.

◆ fieldObject()

IOobject fieldObject ( fieldNames [var2field[nVar],
runTime.  name(),
mesh  ,
IOobject::MUST_READ  ,
IOobject::NO_WRITE   
)

◆ sf()

volTensorField sf ( fieldObject  ,
mesh   
)

◆ if() [3/3]

if ( which_type  = = Z_TRI03)

Definition at line 39 of file getPatchFieldTensor.H.

References bMesh, forAll, n, nPoints, patchi, and tf.

Variable Documentation

◆ patchi

label patchi = which_part - 2

Definition at line 1 of file getPatchFieldTensor.H.

Referenced by if().

◆ tf

◆ bMesh

const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh()

Definition at line 37 of file getPatchFieldTensor.H.

Referenced by if().