Functions
createFields.H File Reference

Go to the source code of this file.

Functions

Info<< "Reading field psi\n"<< endl;volScalarField psi(IOobject("psi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading transportProperties\n"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));List< magnet > magnets (transportProperties.lookup("magnets"))
 
surfaceScalarField murf (IOobject("murf", runTime.timeName(), mesh), mesh, 1)
 
surfaceScalarField Mrf (IOobject("Mrf", runTime.timeName(), mesh), mesh, dimensionedScalar("Mr", dimensionSet(0, 1, 0, 0, 0, 1, 0), 0))
 
 forAll (magnets, i)
 

Function Documentation

Info<< "Reading field psi\n" << endl; volScalarField psi ( IOobject ( "psi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Info<< "Reading transportProperties\n" << endl; IOdictionary transportProperties ( IOobject ( "transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE ) ); List<magnet> magnets ( transportProperties.  lookup"magnets")

Referenced by forAll().

Here is the caller graph for this function:

surfaceScalarField murf ( IOobject("murf", runTime.timeName(), mesh ,
mesh  ,
 
)

Referenced by forAll().

Here is the caller graph for this function:

surfaceScalarField Mrf ( IOobject("Mrf", runTime.timeName(), mesh ,
mesh  ,
dimensionedScalar("Mr", dimensionSet(0, 1, 0, 0, 0, 1, 0), 0)   
)

Referenced by forAll().

Here is the caller graph for this function:

forAll ( magnets  ,
 
)

Definition at line 55 of file createFields.H.

References args, argList::executable(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, forAll(), magnets(), mesh, Mrf(), murf(), and Foam::name().

Here is the call graph for this function: