26 #ifndef GRINS_PARSED_VELOCITY_SOURCE_H
27 #define GRINS_PARSED_VELOCITY_SOURCE_H
30 #include "grins_config.h"
36 #include "libmesh/getpot.h"
49 template<
class Viscosity>
73 const libMesh::Point& point,
74 libMesh::Real& value );
92 #endif // GRINS_PARSED_VELOCITY_SOURCE_H
virtual void register_postprocessing_vars(const GetPot &input, PostProcessedQuantities< libMesh::Real > &postprocessing)
Register postprocessing variables for ParsedVelocitySource.
unsigned int _parsed_velocity_source_y_index
Index from registering this quantity.
virtual void init_context(AssemblyContext &context)
Initialize context for added physics variables.
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context)
Time dependent part(s) of physics for element interiors.
unsigned int _parsed_velocity_source_x_index
Index from registering this quantity.
unsigned int _parsed_velocity_source_z_index
Index from registering this quantity.
virtual void compute_postprocessed_quantity(unsigned int quantity_index, const AssemblyContext &context, const libMesh::Point &point, libMesh::Real &value)
Physics class for Velocity Penalty.