Functions | Variables
getPatchFieldVector.H File Reference
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)
 
IOobject fieldObjectPtr (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.typeHeaderOk< volVectorField >(true))
 
IOobject fieldObject (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE)
 
volVectorField sf (fieldObject, mesh)
 
 if (which_type==Z_TRI03)
 

Variables

label patchi = which_part - 2
 
const vectorFieldsfb = sf.boundaryField()[patchi]
 
const polyBoundaryMesh & bMesh = meshPtr->boundaryMesh()
 

Function Documentation

◆ if() [1/3]

if ( nVar >=Num_variables nSprayVariables)

Definition at line 3 of file getPatchFieldVector.H.

References fieldNames, fieldObjectPtr(), mesh, nVar, runTime, and var2field.

Here is the call graph for this function:

◆ fieldObjectPtr()

IOobject fieldObjectPtr ( fieldNames [var2field[nVar],
runTime.  timeName(),
mesh  ,
IOobject::NO_READ   
)

Referenced by if().

Here is the caller graph for this function:

◆ if() [2/3]

if ( !fieldObjectPtr.typeHeaderOk< volVectorField >  true)

Definition at line 16 of file getPatchFieldVector.H.

References fieldNames, fieldObject(), mesh, runTime, sf(), and var2field.

Here is the call graph for this function:

◆ fieldObject()

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

Referenced by if().

Here is the caller graph for this function:

◆ sf()

volVectorField sf ( fieldObject  ,
mesh   
)

Referenced by if().

Here is the caller graph for this function:

◆ if() [3/3]

if ( which_type  = = Z_TRI03)

Definition at line 39 of file getPatchFieldVector.H.

References Foam::component(), forAll, nPoints, and patchi.

Here is the call graph for this function:

Variable Documentation

◆ patchi

label patchi = which_part - 2

Definition at line 1 of file getPatchFieldVector.H.

Referenced by if().

◆ sfb

const vectorField& sfb = sf.boundaryField()[patchi]

Definition at line 36 of file getPatchFieldVector.H.

◆ bMesh

const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh()

Definition at line 37 of file getPatchFieldVector.H.