WallGo.config.ConfigHydrodynamics
- class ConfigHydrodynamics(tmin=0.01, tmax=10.0, relativeTol=1e-06, absoluteTol=1e-10)[source]
Bases:
objectHolds the config of the Hydrodynamics class.
- Parameters:
tmin (float)
tmax (float)
relativeTol (float)
absoluteTol (float)
- __init__(tmin=0.01, tmax=10.0, relativeTol=1e-06, absoluteTol=1e-10)
- Parameters:
tmin (float)
tmax (float)
relativeTol (float)
absoluteTol (float)
- Return type:
None
Methods
__init__([tmin, tmax, relativeTol, absoluteTol])Attributes
Absolute tolerance used in Hydrodynamics.
Relative tolerance used in Hydrodynamics.
Maximum temperature that is probed in Hydrodynamics (in units of Tnucl).
Minimum temperature that is probed in Hydrodynamics (in units of Tnucl).
- absoluteTol: float = 1e-10
Absolute tolerance used in Hydrodynamics.
- relativeTol: float = 1e-06
Relative tolerance used in Hydrodynamics.
- tmax: float = 10.0
Maximum temperature that is probed in Hydrodynamics (in units of Tnucl).
- tmin: float = 0.01
Minimum temperature that is probed in Hydrodynamics (in units of Tnucl).