phydrus.model.Model.add_solute

Model.add_solute(data, difw=0, difg=0, top_conc=0, bot_conc=0)[source]

Method to add a solute to the model.

Parameters
  • data (pandas.DataFrame) – Pandas DataFrame with the material properties. Get an empty DataFrame for this ml.get_empty_solute_df().

  • difw (float, optional) – Ionic or molecular diffusion coefficient in free water, Dw [L2T-1].

  • difg (float, optional) – Ionic or molecular diffusion coefficient in gas phase, Dg [L2T-1].

  • top_conc (float, optional) – Concentration of the upper boundary, or concentration of the incoming fluid [ML-3].

  • bot_conc (float, optional) – Concentration of the lower boundary, or concentration of the incoming fluid [ML-3].

See also

phydrus.Model.get_empty_solute_df, phydrus.Model.add_solute_transport