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

createFields.H File Reference

Go to the source code of this file.


Functions

Info<< "Reading field U\n"
<< endl;volVectorField U(IOobject("U",
runTime.timeName(), mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE), mesh);singlePhaseTransportModel
laminarTransport(U, phi);autoPtr
< incompressible::LESModel > 
sgsModel (incompressible::LESModel::New(U, phi, laminarTransport))

Variables

volScalarField::GeometricBoundaryField d = nearWallDist(mesh).y()

Function Documentation

Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE ), mesh);singlePhaseTransportModel laminarTransport(U, phi);autoPtr<incompressible::LESModel> sgsModel ( incompressible::LESModel::  NewU, phi, laminarTransport  ) 

Referenced by if().

Here is the caller graph for this function:


Variable Documentation

Copyright © 2000-2009 OpenCFD Ltd