|
| KRATOS_CLASS_POINTER_DEFINITION (LothRotationInducedLiftLaw) |
|
| LothRotationInducedLiftLaw () |
|
| LothRotationInducedLiftLaw (Parameters r_parameters) |
|
| ~LothRotationInducedLiftLaw () |
|
RotationInducedLiftLaw::Pointer | Clone () const override |
|
void | Initialize (const ProcessInfo &r_process_info) override |
|
std::string | GetTypeOfLaw () override |
|
void | ComputeForce (Geometry< Node > &r_geometry, const double reynolds_number, double particle_radius, double fluid_density, double fluid_kinematic_viscosity, array_1d< double, 3 > &minus_slip_velocity, array_1d< double, 3 > &rotation_induced_lift, const ProcessInfo &r_current_process_info) override |
|
Public Member Functions inherited from Kratos::RubinowAndKellerLiftLaw |
| KRATOS_CLASS_POINTER_DEFINITION (RubinowAndKellerLiftLaw) |
|
| RubinowAndKellerLiftLaw () |
|
| RubinowAndKellerLiftLaw (Parameters r_parameters) |
|
| ~RubinowAndKellerLiftLaw () |
|
RotationInducedLiftLaw::Pointer | Clone () const override |
|
void | Initialize (const ProcessInfo &r_process_info) override |
|
std::string | GetTypeOfLaw () override |
|
void | ComputeForce (Geometry< Node > &r_geometry, const double reynolds_number, double particle_radius, double fluid_density, double fluid_kinematic_viscosity, array_1d< double, 3 > &minus_slip_velocity, array_1d< double, 3 > &rotation_induced_lift, const ProcessInfo &r_current_process_info) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (RotationInducedLiftLaw) |
|
| RotationInducedLiftLaw () |
|
| RotationInducedLiftLaw (Parameters r_parameters) |
|
| ~RotationInducedLiftLaw () |
|
void | SetRotationInducedLiftLawInProperties (Properties::Pointer pProp) const |
|
Flags & | operator= (Flags const &rOther) |
| Assignment operator. More...
|
|
| operator bool () const |
|
Flags | operator~ () const |
|
bool | operator! () const |
|
void | AssignFlags (Flags const &rOther) |
|
void | Set (const Flags ThisFlag) |
|
void | Set (const Flags ThisFlag, bool Value) |
|
void | Reset (const Flags ThisFlag) |
|
void | Flip (const Flags ThisFlag) |
|
void | SetPosition (IndexType Position, bool Value=true) |
|
bool | GetPosition (IndexType Position) const |
|
void | FlipPosition (IndexType Position) |
|
void | ClearPosition (IndexType Position) |
|
void | Clear () |
|
Flags | AsFalse () const |
|
bool | Is (Flags const &rOther) const |
|
bool | IsDefined (Flags const &rOther) const |
|
bool | IsNot (Flags const &rOther) const |
|
bool | IsNotDefined (Flags const &rOther) const |
|
virtual std::string | Info () const |
| Turn back information as a string. More...
|
|
virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More...
|
|
virtual void | PrintData (std::ostream &rOStream) const |
| Print object's data. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (Flags) |
| Pointer definition of Flags. More...
|
|
const Flags & | operator|= (const Flags &Other) |
|
const Flags & | operator&= (const Flags &Other) |
|
| Flags () |
| Default constructor. More...
|
|
| Flags (Flags const &rOther) |
| Copy constructor. More...
|
|
virtual | ~Flags () |
| Destructor. More...
|
|