Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
inline Foam::label Foam::blockDescriptor::nCells() const
70
{
71
return
72
(
73
density_.x()
74
* density_.y()
75
* density_.z()
76
);
77
}
78
79
80
inline const Foam::FixedList<Foam::label, 6>&
Callers
15
calcMergeInfo
Function · 0.45
calcMergeInfoFast
Function · 0.45
getLayerCellsFaces
Function · 0.45
addLayers
Function · 0.45
snappyRefineDriver.C
File · 0.45
doRefine
Function · 0.45
meshRefinementProblemCells.C
File · 0.45
meshRefinement.C
File · 0.45
printMeshInfo
Function · 0.45
meshRefinementBaffles.C
File · 0.45
markFeatureCellLevel
Function · 0.45
meshRefinementRefine.C
File · 0.45
Calls
3
x
Method · 0.45
y
Method · 0.45
z
Method · 0.45
Tested by
no test coverage detected