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

Class fvSolution

src/finiteVolume/finiteVolume/fvSolution/fvSolution.H:48–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46\*---------------------------------------------------------------------------*/
47
48class fvSolution
49:
50 public solution
51{
52 // Private Member Functions
53
54 //- Disallow default bitwise copy construct and assignment
55 fvSolution(const fvSolution&);
56 void operator=(const fvSolution&);
57
58
59public:
60
61 // Constructors
62
63 //- Construct for objectRegistry
64 fvSolution(const objectRegistry& obr)
65 :
66 solution(obr, "fvSolution")
67 {}
68};
69
70
71// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Callers 1

fvMesh.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected