MCPcopy Create free account
hub / github.com/Cantera/cantera / from_yaml

Method from_yaml

test/python/test_reaction.py:1106–1109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1104 return rxn
1105
1106 def from_yaml(self):
1107 # create reaction object from yaml
1108 rxn = self.finalize(ct.Reaction.from_yaml(self._yaml, kinetics=self.soln))
1109 return self.finalize(rxn)
1110
1111 def from_dict(self):
1112 # create reaction rate object from input data

Callers 6

from_dictMethod · 0.95
test_from_yamlMethod · 0.95
test_add_rxnMethod · 0.95
test_replace_rateMethod · 0.95
test_rate_coeff_unitsMethod · 0.95

Calls 2

finalizeMethod · 0.95
from_yamlMethod · 0.45

Tested by

no test coverage detected