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.
|
Helper class to define Stokes formulation parameters. More...
Public Member Functions | |
def | __init__ (self, settings) |
Constructs the Stokes stabilized formulation auxiliary class. More... | |
Public Attributes | |
element_name | |
condition_name | |
element_integrates_in_time | |
element_has_nodal_properties | |
process_data | |
Helper class to define Stokes formulation parameters.
Attributes:
element_name – The registered element name for the chosen formulation condition_neme – The registered condition name for the chosen formulation element_integrates_in_time – States if the time integration is wether done by the element or not element_has_nodal_properties – States if the material properties are wether stored in the nodes or not process_data – Auxiliary container to temporary store the elemental ProcessInfo data
def stokes_solver_monolithic.StabilizedStokesFormulation.__init__ | ( | self, | |
settings | |||
) |
Constructs the Stokes stabilized formulation auxiliary class.
Arguments:
settings – Kratos parameter object encapsulating the formulation settings
stokes_solver_monolithic.StabilizedStokesFormulation.condition_name |
stokes_solver_monolithic.StabilizedStokesFormulation.element_has_nodal_properties |
stokes_solver_monolithic.StabilizedStokesFormulation.element_integrates_in_time |
stokes_solver_monolithic.StabilizedStokesFormulation.element_name |
stokes_solver_monolithic.StabilizedStokesFormulation.process_data |