|
| | KRATOS_CLASS_POINTER_DEFINITION (PreUtilities) |
| |
| | PreUtilities () |
| | Default constructor. More...
|
| |
| | PreUtilities (ModelPart &rModelPart) |
| |
| virtual | ~PreUtilities () |
| | Destructor. More...
|
| |
| void | SetClusterInformationInProperties (std::string const &name, pybind11::list &list_of_coordinates, pybind11::list &list_of_radii, double size, double volume, pybind11::list &inertias, Properties::Pointer &p_properties) |
| |
| void | PrintNumberOfNeighboursHistogram (const ModelPart &rSpheresModelPart, std::string const &filename) |
| |
| void | FillAnalyticSubModelPartUtility (ModelPart &rSpheresModelPart, ModelPart &rAnalyticSpheresModelPart) |
| |
| void | ResetSkinParticles (ModelPart &r_model_part) |
| |
| void | SetSkinParticlesInnerCircularBoundary (ModelPart &r_model_part, const double inner_radius, const double detection_radius) |
| |
| void | SetSkinParticlesOuterCircularBoundary (ModelPart &r_model_part, const double outer_radius, const double detection_radius) |
| |
| void | SetSkinParticlesOuterSquaredBoundary (ModelPart &r_model_part, const double outer_radius, const array_1d< double, 3 > ¢er, const double detection_radius) |
| |
| void | BreakBondUtility (ModelPart &rSpheresModelPart) |
| |
| void | CreateCartesianSpecimenMdpa (std::string filename) |
| |
| void | MeasureTopHeight (ModelPart &rModelPart, double &subtotal, double &weight) |
| |
| void | MeasureBotHeight (ModelPart &rModelPart, double &subtotal, double &weight) |
| |
| void | MarkToEraseParticlesOutsideRadius (ModelPart &r_model_part, const double max_radius, const array_1d< double, 3 > ¢er, const double tolerance_for_erasing) |
| |
| void | MarkToEraseParticlesOutsideRadiusForGettingCylinder (ModelPart &r_model_part, const double max_radius, const array_1d< double, 3 > ¢er, const double tolerance_for_erasing) |
| |
| void | MarkToEraseParticlesOutsideBoundary (ModelPart &r_model_part, const double min_x, const double max_x, const double min_y, const double max_y, const double min_z, const double max_z, const double tolerance_for_erasing) |
| |
| void | ApplyConcentricForceOnParticles (ModelPart &r_model_part, const array_1d< double, 3 > ¢er, const double density_for_artificial_gravity) |
| |
| array_1d< double, 3 > | GetInitialCenterOfMass () |
| |
| virtual std::string | Info () const |
| | Turn back information as a stemplate<class T, std::size_t dim> tring. 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...
|
| |