[ctml] fix molecular geometry (nonlin -> nonlinear)
Fix list of allowed values. Remove incorrect default value. Resolves #316.
This commit is contained in:
parent
8b64b6f4f7
commit
c3d154fd72
1 changed files with 2 additions and 2 deletions
|
|
@ -942,13 +942,13 @@ class gas_transport(transport):
|
|||
"""
|
||||
Species-specific Transport coefficients for gas-phase transport models.
|
||||
"""
|
||||
def __init__(self, geom = 'nonlin',
|
||||
def __init__(self, geom,
|
||||
diam = 0.0, well_depth = 0.0, dipole = 0.0,
|
||||
polar = 0.0, rot_relax = 0.0, acentric_factor = None):
|
||||
"""
|
||||
:param geom:
|
||||
A string specifying the molecular geometry. One of ``atom``,
|
||||
``linear``, or ``nonlin``. Required.
|
||||
``linear``, or ``nonlinear``. Required.
|
||||
:param diam:
|
||||
The Lennard-Jones collision diameter in Angstroms. Required.
|
||||
:param well_depth:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue