![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Classes | |
| class | PointOutputProcess |
| This process writes results from a geometrical position (point) in the model to a file It first searches the entity containing the requested output location and then interpolates the requested variable(s) The output can be requested for elements, conditions and nodes. More... | |
Functions | |
| def | Factory (settings, Model) |
| def | GetFileHeader (search_config, entity_type, entity_id, point, output_variables) |
| def | Interpolate (variable, entity, sf_values, historical_value) |
| def | IsArrayVariable (var) |
| def point_output_process.Factory | ( | settings, | |
| Model | |||
| ) |
| def point_output_process.GetFileHeader | ( | search_config, | |
| entity_type, | |||
| entity_id, | |||
| point, | |||
| output_variables | |||
| ) |
| def point_output_process.Interpolate | ( | variable, | |
| entity, | |||
| sf_values, | |||
| historical_value | |||
| ) |
| def point_output_process.IsArrayVariable | ( | var | ) |