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, dimensionedScalar("one", dimless, 1.0))
 
surfaceScalarField Mrf (IOobject("Mrf", runTime.timeName(), mesh), mesh, dimensionedScalar(dimensionSet(0, 1, 0, 0, 0, 1, 0), Zero))
 
Mrf setOriented (true)
 
 forAll (magnets, i)
 

Function Documentation

◆ magnets()

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:

◆ murf()

surfaceScalarField murf ( IOobject("murf", runTime.timeName(), mesh ,
mesh  ,
dimensionedScalar("one", dimless, 1.0)   
)

Referenced by forAll().

Here is the caller graph for this function:

◆ Mrf()

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

Referenced by forAll().

Here is the caller graph for this function:

◆ setOriented()

Mrf setOriented ( true  )

◆ forAll()

forAll ( magnets  ,
 
)

Definition at line 56 of file createFields.H.

References FatalIOErrorInFunction, magnets(), mesh, Mrf(), murf(), and transportProperties().

Here is the call graph for this function: