26 #ifndef GRINS_VELOCITY_DRAG_BASE_H
27 #define GRINS_VELOCITY_DRAG_BASE_H
30 #include "grins_config.h"
34 #include "libmesh/getpot.h"
35 #include "libmesh/parsed_function.h"
36 #include "libmesh/tensor_value.h"
44 template<
class Viscosity>
54 const libMesh::Real time,
55 const libMesh::NumberVectorValue& U,
56 libMesh::NumberVectorValue& F,
57 libMesh::NumberTensorValue *dFdU = NULL);
74 #endif // GRINS_VELOCITY_DRAG_BASE_H
bool compute_force(const libMesh::Point &point, const libMesh::Real time, const libMesh::NumberVectorValue &U, libMesh::NumberVectorValue &F, libMesh::NumberTensorValue *dFdU=NULL)
Physics class for Incompressible Navier-Stokes.
void read_input_options(const GetPot &input)
Read options from GetPot input file.
libMesh::ParsedFunction< libMesh::Number > _coefficient