24#ifndef _GEMA_PLUGIN_THERMALFLOW_H_
25#define _GEMA_PLUGIN_THERMALFLOW_H_
37 : T(pluginType, simulation,
id, description, logger)
70 : T(pluginType, simulation,
id, description, logger)
84 for (
int j = 0; j < n; ++j)
85 rGauss += N(j)*X(j, 0);
87 return 2 * arma::datum::pi * rGauss;
virtual int numNodes() const=0
Hydraulic Axissymetric.
Definition gmpThermalFlow.h:67
virtual bool isAxisymmetric()
Returns TRUE only for axisymmetric models.
Definition gmpThermalFlow.h:75
Hydraulic 2D & 3D for Quad, Tri, Hex and Tet.
Definition gmpThermalFlow.h:34
virtual double axisymmetricFactor(const GmElement *e, const GmMatrix &X, const GmVector &N) const
Returns the factor that should be applied when using axis symetric elements. 1.0 for other etypes.
Definition gmpThermalFlow.h:42
Declaration of the GmpThermoFemPhysics classes.