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

Method finalize

test/python/test_reaction.py:181–183  ·  view source on GitHub ↗
(self, rate)

Source from the content-addressed store, hash-verified

179 self.soln.TP = 900, 2 * ct.one_atm
180
181 def finalize(self, rate):
182 # perform additional setup after construction (whenever applicable)
183 return rate
184
185 def from_parts(self):
186 # create reaction rate object from parts

Callers 4

from_partsMethod · 0.95
from_inputMethod · 0.95
from_yamlMethod · 0.95
from_dictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected