|
| | KRATOS_CLASS_POINTER_DEFINITION (SchillerAndNaumannDragLaw) |
| |
| | SchillerAndNaumannDragLaw () |
| |
| | SchillerAndNaumannDragLaw (Parameters r_parameters) |
| |
| | ~SchillerAndNaumannDragLaw () |
| |
| DragLaw::Pointer | Clone () const override |
| |
| void | Initialize (const ProcessInfo &r_process_info) override |
| |
| std::string | GetTypeOfLaw () override |
| |
| void | ComputeForce (SphericParticle *p_particle, 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 > &drag_force, const ProcessInfo &r_current_process_info) override |
| |
| | KRATOS_CLASS_POINTER_DEFINITION (StokesDragLaw) |
| |
| | StokesDragLaw () |
| |
| | StokesDragLaw (Parameters r_parameters) |
| |
| | ~StokesDragLaw () |
| |
| DragLaw::Pointer | Clone () const override |
| |
| void | Initialize (const ProcessInfo &r_process_info) override |
| |
| std::string | GetTypeOfLaw () override |
| |
| void | ComputeForce (SphericParticle *p_particle, 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 > &drag_force, const ProcessInfo &r_current_process_info) override |
| |
| | KRATOS_CLASS_POINTER_DEFINITION (DragLaw) |
| |
| | DragLaw () |
| |
| | DragLaw (Parameters r_parameters) |
| |
| | ~DragLaw () |
| |
| void | SetDragLawInProperties (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...
|
| |