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) | |
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" | ) |
Mrf setOriented | ( | true | ) |
forAll | ( | magnets | , |
i | |||
) |
Definition at line 56 of file createFields.H.
References Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, magnets(), mesh, Mrf(), murf(), Foam::name(), and transportProperties().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.