13 #ifndef KRATOS_WIND_WATER_FRICTION_H_INCLUDED
14 #define KRATOS_WIND_WATER_FRICTION_H_INCLUDED
111 std::string
Info()
const override
113 std::stringstream buffer;
114 buffer <<
"WindWaterFriction";
126 double mWaterDensity;
161 rOStream << std::endl;
Short class definition.
Definition: friction_law.hpp:52
virtual void PrintData(std::ostream &rOStream) const
Print object's data.
Definition: friction_law.hpp:170
virtual void PrintInfo(std::ostream &rOStream) const
Print information about this object.
Definition: friction_law.hpp:164
Geometry base class.
Definition: geometry.h:71
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
The base class for the bottom and surface friction laws.
Definition: wind_water_friction.h:49
double CalculateLHS(const array_1d< double, 3 > &rVelocity) override
Calculate the LHS coefficient for the given data.
Definition: wind_water_friction.cpp:48
virtual ~WindWaterFriction()
Destructor.
Definition: wind_water_friction.h:76
void Initialize(const GeometryType &rGeometry, const Properties &rProperty, const ProcessInfo &rProcessInfo) override
Initialize the friction law variables.
Definition: wind_water_friction.cpp:34
KRATOS_CLASS_POINTER_DEFINITION(WindWaterFriction)
WindWaterFriction()
Default Constructor.
Definition: wind_water_friction.h:63
array_1d< double, 3 > CalculateRHS(const array_1d< double, 3 > &rVelocity) override
Calculate the RHS coefficient for the given data.
Definition: wind_water_friction.cpp:68
std::string Info() const override
Turn back information as a string.
Definition: wind_water_friction.h:111
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432