Go to the source code of this file.
|
| | Info<< "Reading velocity field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);{ U.internalFieldRef()=Zero;U.boundaryFieldRef()=Zero;}surfaceScalarField phi(IOobject("phi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), fvc::flux(U));if(args.found("initialiseUBCs")){ U.correctBoundaryConditions();phi=fvc::flux(U);}const word pName=args.getOrDefault< word > ("pName", "p") |
| wordList | pBCTypes (U.boundaryField().size(), fixedValueFvPatchScalarField::typeName) |
| | forAll (U.boundaryField(), patchi) |
◆ Info<< "Reading velocity field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);{ U.internalFieldRef()=Zero;U.boundaryFieldRef()=Zero;}surfaceScalarField phi(IOobject("phi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), fvc::flux(U));if(args.found("initialiseUBCs")){ U.correctBoundaryConditions();phi=fvc::flux(U);}const word pName=args.getOrDefault< word >()
| Info<< "Reading velocity field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);{ U.internalFieldRef()=Zero;U.boundaryFieldRef()=Zero;}surfaceScalarField phi(IOobject("phi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), fvc::flux(U));if(args.found("initialiseUBCs")){ U.correctBoundaryConditions();phi=fvc::flux(U);}const word pName=args.getOrDefault< word > |
( |
"pName" | , |
|
|
"p" | ) |
◆ pBCTypes()
| wordList pBCTypes |
( |
U. | boundaryField).size(, |
|
|
fixedValueFvPatchScalarField::typeName | ) |
◆ forAll()
| forAll |
( |
U. | boundaryField(), |
|
|
patchi | ) |