コード例 #1
0
 def calculate_density(self):
     """dit is the ior"""
     return _mixing_rules.zdanovskii_stokes_robinson(self.data,
                                                     which='density')
コード例 #2
0
 def calculate_refractive_index(self):
     """dit is the ior"""
     # _pdb.set_trace()
     return _mixing_rules.zdanovskii_stokes_robinson(
         self.data, which='refractive_Index')
コード例 #3
0
 def calculate_kappa(self):
     return _mixing_rules.zdanovskii_stokes_robinson(self.data,
                                                     which='kappa_chem')
コード例 #4
0
ファイル: AMS.py プロジェクト: fanmei/atm-py
 def calculate_density(self):
     """dit is the ior"""
     return _mixing_rules.zdanovskii_stokes_robinson(self.data, which = 'density')
コード例 #5
0
ファイル: AMS.py プロジェクト: fanmei/atm-py
 def calculate_refractive_index(self):
     """dit is the ior"""
     # _pdb.set_trace()
     return _mixing_rules.zdanovskii_stokes_robinson(self.data, which = 'refractive_Index')
コード例 #6
0
ファイル: AMS.py プロジェクト: fanmei/atm-py
 def calculate_kappa(self):
     return _mixing_rules.zdanovskii_stokes_robinson(self.data, which = 'kappa_chem')