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

Newtonian Class Reference

An incompressible Newtonian viscosity model. More...

#include <incompressibleTransportModels/Newtonian.H>


Detailed Description

An incompressible Newtonian viscosity model.

Source files

Definition at line 53 of file Newtonian.H.

Inheritance diagram for Newtonian:
Collaboration diagram for Newtonian:

List of all members.

Public Member Functions

 TypeName ("Newtonian")
 Runtime type information.
 Newtonian (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
 construct from components
 ~Newtonian ()
tmp< volScalarField >  nu () const
 Return the laminar viscosity.
void  correct ()
 Correct the laminar viscosity (not appropriate, viscosity constant)
bool  read (const dictionary &viscosityProperties)
 Read transportProperties dictionary.

Constructor & Destructor Documentation

Newtonian ( const word &   name,
const dictionary &   viscosityProperties,
const volVectorField &   U,
const surfaceScalarField &   phi  
)

construct from components

Definition at line 45 of file Newtonian.C.

~Newtonian (  ) [inline]

Definition at line 84 of file Newtonian.H.


Member Function Documentation

TypeName ( "Newtonian"    )

Runtime type information.

tmp<volScalarField> nu (  ) const [inline, virtual]

Return the laminar viscosity.

Implements viscosityModel.

Definition at line 91 of file Newtonian.H.

void correct (  ) [inline, virtual]

Correct the laminar viscosity (not appropriate, viscosity constant)

Implements viscosityModel.

Definition at line 97 of file Newtonian.H.

bool read ( const dictionary &   viscosityProperties  ) [virtual]

Read transportProperties dictionary.

Implements viscosityModel.

Definition at line 73 of file Newtonian.C.


The documentation for this class was generated from the following files:
  • src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H
  • src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.C