Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@loes-buijze loes-buijze released this 05 Jan 16:23

This release includes improvements, refactoring, testing, documentation and bug fixes related to setting the reservoir compartment and fault pressures.

Improvements
The pressure within the fault is now set relative to the pressure (instead of pressure change) of the FW and HW compartments. Both for the initial pressure and the pressure during loading, the settings P0_fault_mode and P_fault_mode can be used to set the fault pressure. In addition, when the FW or HW has a width of zero, the reservoir pressure gradient is replaced by the general pressure gradient and pressure changes in that compartment are set to zero. An example file to plot the assumed pressures was added.

See also the updated Wiki page: https://github.com/TNO/PANTHER/wiki/4-Pressure

Refactoring
Refactoring ensured consistent use of capital P for the pressure related run settings, load table columns and input parameters.

Run settings (properties of PantherInput):

  • p_res_mode --> P_res_mode
  • p_fault --> P0_fault_mode
  • dp_fault --> P_fault_mode

Input parameters (properties of PantherMember and ParameterList)

  • p_grad --> P_grad
  • p_grad_res --> P_grad_res
  • p_offset --> P_offset
  • p_over --> P_over

Output (properties of Pressure)

  • p --> P
  • p0 --> P0
  • dp_fault --> dP

What's Changed

Full Changelog: v0.8...v0.8.1