Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ isFaceData
Method
isFaceData
src/conversion/ensight/part/ensightPart.H:248–251 ·
view source on GitHub ↗
- Represents face data
Source
from the content-addressed store, hash-verified
246
247
//- Represents face data
248
bool isFaceData() const
249
{
250
return !isCellData_;
251
}
252
253
//- Part number
254
label number() const
Callers
3
writeScalarField
Function · 0.80
writeVectorField
Function · 0.80
ensightPartsTemplates.C
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected