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

Method create

include/cantera/base/Solution.h:54–56  ·  view source on GitHub ↗

Create an empty Solution object

Source from the content-addressed store, hash-verified

52
53 //! Create an empty Solution object
54 static shared_ptr<Solution> create() {
55 return shared_ptr<Solution>( new Solution );
56 }
57
58 //! Return the name of this Solution object
59 string name() const;

Callers 8

newConnectorNodeFunction · 0.45
newReactorBaseFunction · 0.45
newSystemJacobianFunction · 0.45
newFunc1Function · 0.45
newThermoModelFunction · 0.45
newReactionRateFunction · 0.45
newDomainFunction · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected