joergbuchwald / ogs6py

Python-API for the OpenGeoSys (http://www.opengeosys.org) software.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

missing stuffs in ogs6py: model.processes.add_initial_stress #49

Closed kuateric closed 2 years ago

kuateric commented 2 years ago

input: to be implemented

output:

<initial_stress>initial_stress</initial_stress>

joergbuchwald commented 2 years ago

This should also already work with the set_process method:

model.processes.set_process(
    name="THERMO_HYDRO_MECHANICS",
    type="THERMO_HYDRO_MECHANICS",
    integration_order="4",
    dimension="2",
    specific_body_force="0 0",
    mass_lumping="false",
    initial_stress="initial_stress")