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

Class grad

src/functionObjects/field/grad/grad.H:60–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

grad.CFile · 0.70
gradTemplates.CFile · 0.70
pEqn.HFile · 0.50
UEqn.HFile · 0.50
pcEqn.HFile · 0.50
pEqn.HFile · 0.50
pEqn.HFile · 0.50
UEqn.HFile · 0.50
mainFunction · 0.50
pEqn.HFile · 0.50
pEqn.HFile · 0.50
UEqn.HFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected