26 #ifndef GRINS_HEAT_TRANSFER_H
27 #define GRINS_HEAT_TRANSFER_H
39 template<
class Conductivity>
44 HeatTransfer(
const std::string& physics_name,
const GetPot& input );
66 const libMesh::Point& point,
67 libMesh::Real& value );
80 #endif // GRINS_HEAT_TRANSFER_H
Physics class for Heat Transfer.
unsigned int _k_index
Index from registering this postprocessed quantity.
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context)
Time dependent part(s) of physics for element interiors.
virtual void mass_residual(bool compute_jacobian, AssemblyContext &context)
Mass matrix part(s) for element interiors. All boundary terms lie within the time_derivative part...
Physics class for Heat Transfer.
virtual void compute_postprocessed_quantity(unsigned int quantity_index, const AssemblyContext &context, const libMesh::Point &point, libMesh::Real &value)
Compute value of postprocessed quantities at libMesh::Point.
virtual void register_postprocessing_vars(const GetPot &input, PostProcessedQuantities< libMesh::Real > &postprocessing)
Register postprocessing variables for HeatTransfer.