ogstools.ogs6py.processvars module#
- class ogstools.ogs6py.processvars.ProcessVars[source]#
Bases:
BuildTreeManaging the process variables section in the project file.
- set_ic(process_variable_name, components, order, initial_condition, **kwargs)[source]#
Set initial conditions.
For more details of the available arguments see https://doxygen.opengeosys.org/stable/d8/db8/ogs_file_param__prj__process_variables__process_variable.html
- add_bc(process_variable_name, type, **kwargs)[source]#
Adds a boundary condition.
Depending on the type of boundary condition different additional arguments need to be provided. For reference see https://doxygen.opengeosys.org/stable/d1/de4/ogs_file_param__prj__process_variables__process_variable__boundary_conditions__boundary_condition.html
- add_st(process_variable_name, type, **kwargs)[source]#
Add a source term.
Depending on the type of source term different additional arguments need to be provided. For reference see https://doxygen.opengeosys.org/stable/dc/dfc/ogs_file_param__prj__process_variables__process_variable__source_terms__source_term.html