Go to the source code of this file.
Info<< "Create immersed boundary cell mask"<< endl;volScalarField cellIbMask(IOobject("cellIbMask", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("one", dimless, 1));volScalarField cellIbMaskExt(IOobject("cellIbMaskExt", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("one", dimless, 1));Info<< "Create immersed boundary face mask"<< endl;surfaceScalarField faceIbMask(IOobject("faceIbMask", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("one", dimless, 1));forAll(mesh.boundary(), patchI) { if(isA< immersedBoundaryFvPatch >mesh.boundary()[patchI])) { Info<< "Found immersed boundary patch "<< patchI<< " named "<< mesh.boundary()[patchI].name()<< endl;const immersedBoundaryFvPatch &ibPatch=refCast< const immersedBoundaryFvPatch > | ( | mesh. | boundary()[patchI] | ) |
cellIbMaskExt boundaryField | ( | ) |
Referenced by yPlus::calcYPlus(), groundDist::correct(), wallDistData< TransferType >::correct(), thermalBaffle::info(), Foam::MULES::limitSum(), GeometricField< vector, pointPatchField, pointMesh >::negate(), velocityDisplacementMotionSolver::pointDisplacementBoundaryTypes(), eddyViscosity< RASModel< BasicTurbulenceModel > >::R(), continuousGasKEpsilon< BasicTurbulenceModel >::R(), snGradScheme< Type >::snGrad(), velocityDisplacementMotionSolver::solve(), surfaceAlignedSBRStressFvMotionSolver::solve(), GeometricField< vector, pointPatchField, pointMesh >::T(), and yPlusWriter::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.