13 #ifndef KRATOS_NODAL_MANNING_LAW_H_INCLUDED
14 #define KRATOS_NODAL_MANNING_LAW_H_INCLUDED
119 std::string
Info()
const override
121 std::stringstream buffer;
122 buffer <<
"NodalManningLaw";
168 rOStream << std::endl;
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
The base class for the bottom and surface friction laws.
Definition: manning_law.h:60
This class computes the bottom friction according to the Manning law.
Definition: nodal_manning_law.h:56
std::string Info() const override
Turn back information as a string.
Definition: nodal_manning_law.h:119
KRATOS_CLASS_POINTER_DEFINITION(NodalManningLaw)
virtual ~NodalManningLaw()
Destructor.
Definition: nodal_manning_law.h:83
void Initialize(const GeometryType &rGeometry, const Properties &rProperty, const ProcessInfo &rProcessInfo) override
Initialize the friction law variables.
Definition: nodal_manning_law.cpp:35
NodalManningLaw()
Default constructor.
Definition: nodal_manning_law.h:70
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
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