MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / nCells

Method nCells

src/mesh/blockMesh/blockDescriptor/blockDescriptorI.H:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69inline Foam::label Foam::blockDescriptor::nCells() const
70{
71 return
72 (
73 density_.x()
74 * density_.y()
75 * density_.z()
76 );
77}
78
79
80inline const Foam::FixedList<Foam::label, 6>&

Callers 15

calcMergeInfoFunction · 0.45
calcMergeInfoFastFunction · 0.45
getLayerCellsFacesFunction · 0.45
addLayersFunction · 0.45
doRefineFunction · 0.45
meshRefinement.CFile · 0.45
printMeshInfoFunction · 0.45
markFeatureCellLevelFunction · 0.45

Calls 3

xMethod · 0.45
yMethod · 0.45
zMethod · 0.45

Tested by

no test coverage detected