Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ writeUnitSet
Function
writeUnitSet
src/OpenFOAM/dimensionSet/dimensionSets.C:163–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
163
const dimensionSets& writeUnitSet()
164
{
165
if (!writeUnitSetPtr_)
166
{
167
(void)unitSet();
168
}
169
return *writeUnitSetPtr_;
170
}
171
172
173
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0);
Callers
1
dimensionSetIO.C
File · 0.85
Calls
1
unitSet
Function · 0.85
Tested by
no test coverage detected