porepy.params.parameter_dictionaries module

Parameter dictionaries.

Here, we store various parameter dictionaries with “sensible” (typically unitary or zero) default values for the parameters required by the discretization objects.

flow_dictionary(g, in_data=None)[source]

Dictionary with parameters for standard flow problems.

All parameters listed below which are not specified in in_data are assigned default values. Additional parameters may be passed in in_data.

Parameters
  • g – Grid.

  • in_data – Dictionary containing any custom (non-default) parameter values.

Returns

Dictionary with the “mathematical” parameters required by various flow

discretization objects specified.

mechanics_dictionary(g, in_data=None)[source]

Dictionary with parameters for standard mechanics problems.

All parameters listed below which are not specified in in_data are assigned default values. Additional parameters may be passed in in_data.

Parameters
  • g – Grid.

  • in_data – Dictionary containing any custom (non-default) parameter values.

Returns

Dictionary with the “mathematical” parameters required by various flow

discretization objects specified.

transport_dictionary(g, in_data=None)[source]

Dictionary with parameters for standard transport problems.

All parameters listed below which are not specified in in_data are assigned default values. Additional parameters may be passed in in_data.

Parameters
  • g – Grid.

  • in_data – Dictionary containing any custom (non-default) parameter values.

Returns

Dictionary with the “mathematical” parameters required by various flow

discretization objects specified.