Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ readBool
Function
readBool
src/OpenFOAM/primitives/bools/bool/boolIO.C:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
bool Foam::readBool(Istream& is)
61
{
62
bool b;
63
is >> b;
64
65
return b;
66
}
67
68
69
// ************************************************************************* //
Callers
15
createFields.H
File · 0.85
channelIndex.C
File · 0.85
main
Function · 0.85
Gulder.C
File · 0.85
SCOPEXiEq.C
File · 0.85
distanceSurface.C
File · 0.85
transferPrimaryRegionSourceFields
Function · 0.85
liquidFilmThermo.C
File · 0.85
createPatchMesh
Function · 0.85
write
Function · 0.85
activePressureForceBaffleVelocityFvPatchVectorField.C
File · 0.85
mappedPatchFieldBase.C
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected