13 #if !defined(KRATOS_RANS_FORMULATION_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_FORMULATION_PROCESS_H_INCLUDED
93 std::string
Info()
const override
95 return "RansFormulationProcess";
99 void PrintInfo(std::ostream& rOStream)
const override
101 rOStream <<
"RansFormulationProcess";
124 std::istream& rIStream,
129 std::ostream& rOStream,
133 rOStream << std::endl;
The base class for all processes in Kratos.
Definition: process.h:49
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432