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

Class div

src/functionObjects/field/div/div.H:59–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57\*---------------------------------------------------------------------------*/
58
59class div
60:
61 public fieldExpression
62{
63 // Private Member Functions
64
65 //- Calculate the divergence of either a
66 // volScalarField or a surfaceScalarField and register the result
67 template<class FieldType>
68 bool calcDiv();
69
70 //- Calculate the divergence field and return true if successful
71 virtual bool calc();
72
73
74public:
75
76 //- Runtime type information
77 TypeName("div");
78
79
80 // Constructors
81
82 //- Construct from Time and dictionary
83 div
84 (
85 const word& name,
86 const Time& runTime,
87 const dictionary& dict
88 );
89
90
91 //- Destructor
92 virtual ~div();
93};
94
95
96// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Callers 15

div.CFile · 0.70
divTemplates.CFile · 0.70
mainFunction · 0.50
mainFunction · 0.50
EEqn.HFile · 0.50
pEqn.HFile · 0.50
UEqn.HFile · 0.50
pcEqn.HFile · 0.50
pEqn.HFile · 0.50
EEqn.HFile · 0.50
pEqn.HFile · 0.50
UEqn.HFile · 0.50

Calls

no outgoing calls

Tested by 2

mainFunction · 0.40
mainFunction · 0.40