OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

singlePhaseTransportModel Class Reference

A simple single-phase transport model based on viscosityModel. More...

Inheritance diagram for singlePhaseTransportModel:
Collaboration diagram for singlePhaseTransportModel:

List of all members.


Public Member Functions

 singlePhaseTransportModel (const volVectorField &U, const surfaceScalarField &phi)
 Construct from components.
virtual ~singlePhaseTransportModel ()
tmp< volScalarFieldnu () const
 Return the laminar viscosity.
void correct ()
 Correct the laminar viscosity.
virtual bool read ()
 Read transportProperties dictionary.

Detailed Description

A simple single-phase transport model based on viscosityModel.

Used by the incompressible single-phase solvers like simpleFoam, turbFoam etc.

Source files

Definition at line 50 of file singlePhaseTransportModel.H.


Constructor & Destructor Documentation

Construct from components.

Definition at line 31 of file singlePhaseTransportModel.C.

References phi, and U.

~singlePhaseTransportModel (  )  [virtual]

Definition at line 43 of file singlePhaseTransportModel.C.


Member Function Documentation

tmp< volScalarField > nu (  )  const [virtual]

Return the laminar viscosity.

Implements transportModel.

Definition at line 49 of file singlePhaseTransportModel.C.

void correct (  )  [virtual]

Correct the laminar viscosity.

Implements transportModel.

Definition at line 55 of file singlePhaseTransportModel.C.

bool read (  )  [virtual]

Read transportProperties dictionary.

Implements transportModel.

Definition at line 61 of file singlePhaseTransportModel.C.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd