resetBoundaries.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 forAll (U.boundaryField(), patchi)
 

Variables

const Foam::FieldField< Foam::fvsPatchField, vector > rhoHbyA_orig (fvc::interpolate(rho.boundaryField() *HbyA.boundaryField()))
 
surfaceScalarField::Boundary & rhorAUfbf = rhorAUf.boundaryFieldRef()
 
surfaceVectorField::Boundary & rhoHbyAfbf = rhoHbyAf.boundaryFieldRef()
 

Function Documentation

◆ forAll()

forAll ( U.  boundaryField(),
patchi   
)

Definition at line 17 of file resetBoundaries.H.

References rhoHbyA_orig, rhoHbyAfbf, rhorAUfbf, and U.

Variable Documentation

◆ rhoHbyA_orig

const Foam::FieldField<Foam::fvsPatchField, vector> rhoHbyA_orig(fvc::interpolate(rho.boundaryField() *HbyA.boundaryField()))
Initial value:
{
(
fvc::interpolate(rho.boundaryField()*rAU.boundaryField())
)

Referenced by forAll().

◆ rhorAUfbf

surfaceScalarField::Boundary& rhorAUfbf = rhorAUf.boundaryFieldRef()

Definition at line 14 of file resetBoundaries.H.

Referenced by forAll().

◆ rhoHbyAfbf

surfaceVectorField::Boundary& rhoHbyAfbf = rhoHbyAf.boundaryFieldRef()

Definition at line 15 of file resetBoundaries.H.

Referenced by forAll().

rAU
tmp< volScalarField > rAU
Definition: initCorrectPhi.H:1
Foam::FieldField
A field of fields is a PtrList of fields with reference counting.
Definition: FieldField.H:53
rho
rho
Definition: readInitialConditions.H:88
Foam::fac::interpolate
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate(const GeometricField< Type, faPatchField, areaMesh > &tvf, const edgeScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.