|
| KRATOS_CLASS_POINTER_DEFINITION (ZuberInviscidForceLaw) |
|
| ZuberInviscidForceLaw () |
|
| ZuberInviscidForceLaw (Parameters r_parameters) |
|
| ~ZuberInviscidForceLaw () |
|
InviscidForceLaw::Pointer | Clone () const override |
|
void | Initialize (const ProcessInfo &r_process_info) override |
|
std::string | GetTypeOfLaw () override |
|
| KRATOS_CLASS_POINTER_DEFINITION (AutonHuntPrudhommeInviscidForceLaw) |
|
| AutonHuntPrudhommeInviscidForceLaw () |
|
| AutonHuntPrudhommeInviscidForceLaw (Parameters r_parameters) |
|
| ~AutonHuntPrudhommeInviscidForceLaw () |
|
void | ComputeForce (Geometry< Node > &r_geometry, const double fluid_density, const double displaced_volume, array_1d< double, 3 > &virtual_mass_plus_undisturbed_flow_force, const ProcessInfo &r_current_process_info) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (InviscidForceLaw) |
|
| InviscidForceLaw () |
|
| InviscidForceLaw (Parameters r_parameters) |
|
| ~InviscidForceLaw () |
|
void | SetInviscidForceLawInProperties (Properties::Pointer pProp) const |
|
virtual double | GetAddedMass (Geometry< Node > &r_geometry, double fluid_density, const ProcessInfo &r_current_process_info) |
|
double | ComputeParticleAccelerationNumber (const double particle_radius, const array_1d< double, 3 > &minus_slip_velocity, const array_1d< double, 3 > &minus_slip_acceleration) |
|
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...
|
|