createFieldRefs.H File Reference

Go to the source code of this file.

Variables

surfaceScalarField & phi = fluid.phi()
 
const IOMRFZoneList & MRF = fluid.MRF()
 
Foam::fvModelsfvModels = fluid.fvModels(mesh)
 
Foam::fvConstraintsfvConstraints = fluid.fvConstraints(mesh)
 

Variable Documentation

◆ phi

surfaceScalarField& phi = fluid.phi()

Definition at line 1 of file createFieldRefs.H.

◆ MRF

const IOMRFZoneList& MRF = fluid.MRF()

Definition at line 3 of file createFieldRefs.H.

◆ fvModels

Foam::fvModels& fvModels = fluid.fvModels(mesh)

Definition at line 4 of file createFieldRefs.H.

◆ fvConstraints

Foam::fvConstraints& fvConstraints = fluid.fvConstraints(mesh)

Definition at line 5 of file createFieldRefs.H.