FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

singlePhaseTransportModel Class Reference

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

#include <incompressibleTransportModels/singlePhaseTransportModel.H>


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 55 of file singlePhaseTransportModel.H.

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< volScalarField >  nu () const
 Return the laminar viscosity.
void  correct ()
 Correct the laminar viscosity.
virtual bool  read ()
 Read transportProperties dictionary.

Constructor & Destructor Documentation

singlePhaseTransportModel ( const volVectorField &   U,
const surfaceScalarField &   phi  
)

Construct from components.

Definition at line 39 of file singlePhaseTransportModel.C.

~singlePhaseTransportModel (  ) [virtual]

Definition at line 51 of file singlePhaseTransportModel.C.


Member Function Documentation

tmp< volScalarField > nu (  ) const [virtual]

Return the laminar viscosity.

Implements transportModel.

Definition at line 57 of file singlePhaseTransportModel.C.

Referenced by forces::devRhoReff().

void correct (  ) [virtual]

Correct the laminar viscosity.

Implements transportModel.

Definition at line 63 of file singlePhaseTransportModel.C.

bool read (  ) [virtual]

Read transportProperties dictionary.

Implements transportModel.

Definition at line 69 of file singlePhaseTransportModel.C.

References regIOobject::read().


The documentation for this class was generated from the following files: