Foam::jumpCyclicFvPatchField. More...
#include <finiteVolume/jumpCyclicFvPatchField.H>
Definition at line 50 of file jumpCyclicFvPatchField.H.
Public Member Functions | |
TypeName ("jumpCyclic") | |
Runtime type information.
| |
jumpCyclicFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
jumpCyclicFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
jumpCyclicFvPatchField (const jumpCyclicFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given jumpCyclicFvPatchField onto a new patch.
| |
jumpCyclicFvPatchField (const jumpCyclicFvPatchField< Type > &) | |
Construct as copy.
| |
jumpCyclicFvPatchField (const jumpCyclicFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual const word & | interfaceFieldType () const |
Return the interface type.
| |
virtual tmp< Field< scalar > > | jump () const =0 |
Return the "jump" across the patch as a "half" field.
| |
tmp< Field< Type > > | patchNeighbourField () const |
Return neighbour coupled given internal cell data.
| |
virtual void | updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const |
Update result field based on interface functionality.
|
jumpCyclicFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file jumpCyclicFvPatchField.C.
jumpCyclicFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file jumpCyclicFvPatchField.C.
jumpCyclicFvPatchField | ( | const jumpCyclicFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given jumpCyclicFvPatchField onto a new patch.
Definition at line 48 of file jumpCyclicFvPatchField.C.
jumpCyclicFvPatchField | ( | const jumpCyclicFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 76 of file jumpCyclicFvPatchField.C.
jumpCyclicFvPatchField | ( | const jumpCyclicFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 87 of file jumpCyclicFvPatchField.C.
TypeName | ( | "jumpCyclic" | ) |
Runtime type information.
virtual const word& interfaceFieldType | ( | ) | const [inline, virtual]
|
Return the interface type.
Reimplemented from lduInterfaceField.
Definition at line 106 of file jumpCyclicFvPatchField.H.
References Foam::type().
Return the "jump" across the patch as a "half" field.
Implemented in fanFvPatchField< Type >.
Return neighbour coupled given internal cell data.
Reimplemented from cyclicFvPatchField< Type >.
Definition at line 99 of file jumpCyclicFvPatchField.C.
References Foam::transform().
void updateInterfaceMatrix | ( | const scalarField & | psiInternal, |
scalarField & | result, | ||
const lduMatrix & | , | ||
const scalarField & | coeffs, | ||
const direction | cmpt, | ||
const Pstream::commsTypes | commsType | ||
) | const [virtual]
|
Update result field based on interface functionality.
Reimplemented from cyclicFvPatchField< Type >.
Definition at line 142 of file jumpCyclicFvPatchField.C.
References forAll.