eotvos¶
- openpnm.models.phases.surface_tension.eotvos(target, k, temperature='pore.temperature', critical_temperature='pore.critical_temperature', molar_density='pore.molar_density')[source]¶
Missing description
- Parameters
target (OpenPNM Base object) – Object with which this model is associated. This controls the length of the calculated array, and also provides access to other necessary properties.
k (float) – Constant parameter specific to fluid
temperature (str) – Name of the dictionary key on
target
where the array containing temperature values is storedcritical_temperature (string) – The dictionary key containing the critical temperature values (K)
molar_density (string) – The dictionary key containing the molar density values (K)
- Returns
value (ndarray) – A numpy ndarray containing surface tension values [N/m]
TODO (Needs description, and improve definition of k)