Skip to content

Use MPL in ThermoMechanics

wenqing requested to merge wenqing/ogs:TM_MPL into master

This MR replaces the local Parameter style material properties in ThermoMechanics with the MPL Property instances.

A script to convert the old material input of the project files to the new input syntax can be found here: convertTMToMPL.py. Note: If the thermal properties are defined with Parameter type with element-wise values or the thermal properties share Parameter data with MFront properties, the script does not work.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by wenqing

Merge request reports