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

Class IOdictionary

src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H:53–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51\*---------------------------------------------------------------------------*/
52
53class IOdictionary
54:
55 public baseIOdictionary
56{
57
58public:
59
60 // Constructors
61
62 //- Construct given an IOobject
63 IOdictionary(const IOobject&);
64
65 //- Construct given an IOobject and dictionary
66 IOdictionary(const IOobject&, const dictionary&);
67
68 //- Construct given an IOobject and Istream
69 IOdictionary(const IOobject&, Istream&);
70
71
72 //- Destructor
73 virtual ~IOdictionary();
74
75
76 // Member functions
77
78 //- Is object global
79 virtual bool global() const
80 {
81 return true;
82 }
83
84 //- Return complete path + object name if the file exists
85 // either in the case/processor or case otherwise null
86 virtual fileName filePath() const
87 {
88 return globalFilePath(type());
89 }
90};
91
92
93//- Template function for obtaining global status

Callers 15

IOdictionary.CFile · 0.70
createDummyFvMeshFilesFunction · 0.50
createDummyFvMeshFilesFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
splitMeshRegions.CFile · 0.50
mainFunction · 0.50
updateFoamMeshFunction · 0.50
mainFunction · 0.50
createFields.HFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected