@@ -152,23 +152,6 @@ def __init__(self, molar_fractions=None):
152152 burnman .ElasticSolution .__init__ (self , molar_fractions )
153153
154154
155- class two_site_ss_asymmetric (burnman .ElasticSolution ):
156- # Three-endmember, two site asymmetric solid solution
157- def __init__ (self , molar_fractions = None ):
158- self .name = "two_site_ss (asymmetric)"
159- self .solution_model = ElasticAsymmetricRegularSolution (
160- endmembers = [
161- [pyrope (), "[Mg]3[Al]2Si3O12" ],
162- [pyrope (), "[Fe]3[Al]2Si3O12" ],
163- [pyrope (), "[Mg]3[Mg1/2Si1/2]2Si3O12" ],
164- ],
165- alphas = [1.0 , 2.0 , 2.0 ],
166- energy_interaction = [[10.0e3 , 5.0e3 ], [- 10.0e3 ]],
167- )
168-
169- burnman .ElasticSolution .__init__ (self , molar_fractions )
170-
171-
172155class two_site_ss_subregular (burnman .ElasticSolution ):
173156 # Three-endmember, two site solid solution
174157 def __init__ (self , molar_fractions = None ):
@@ -188,25 +171,6 @@ def __init__(self, molar_fractions=None):
188171 burnman .ElasticSolution .__init__ (self , molar_fractions )
189172
190173
191- class two_site_ss_subregular_asymmetric (burnman .ElasticSolution ):
192- # Three-endmember, two site solid solution
193- def __init__ (self , molar_fractions = None ):
194- self .name = "two_site_ss (subregular symmetric)"
195- self .solution_model = ElasticSubregularSolution (
196- endmembers = [
197- [pyrope (), "[Mg]3[Al]2Si3O12" ],
198- [pyrope (), "[Fe]3[Al]2Si3O12" ],
199- [pyrope (), "[Mg]3[Mg1/2Si1/2]2Si3O12" ],
200- ],
201- energy_interaction = [
202- [[10.0e3 , - 10.0e3 ], [5.0e3 , 3.0e3 ]],
203- [[- 10.0e3 , - 10.0e3 ]],
204- ],
205- )
206-
207- burnman .ElasticSolution .__init__ (self , molar_fractions )
208-
209-
210174class two_site_ss_subregular_ternary (burnman .ElasticSolution ):
211175 # Three-endmember, two site solid solution with ternary term
212176 def __init__ (self , molar_fractions = None ):
0 commit comments