MCPcopy Create free account

hub / github.com/Cantera/cantera / functions

Functions7,525 in github.com/Cantera/cantera

↓ 5 callersMethodatol
Absolute tolerance of the nth component.
include/cantera/oneD/Domain1D.h:240
↓ 5 callersFunctioncallback
(_)
samples/python/onedim/flame_speed_convergence_analysis.py:207
↓ 5 callersMethodcheckPhaseIndex
src/equil/MultiPhase.cpp:177
↓ 5 callersFunctioncheck_component_order
(fname: str, group: str)
test/python/test_onedim.py:166
↓ 5 callersMethodcheck_rate
(self, rate)
test/python/test_reaction.py:213
↓ 5 callersFunctiondomain_componentIndex
src/clib/ctonedim.cpp:118
↓ 5 callersFunctiondomain_nPoints
src/clib/ctonedim.cpp:98
↓ 5 callersMethodenthalpy_mass
src/thermo/WaterPropsIAPWS.cpp:559
↓ 5 callersMethodequation
(self, test_data)
test/python/test_jacobian.py:58
↓ 5 callersMethodeval
(self, rate)
test/python/test_reaction.py:464
↓ 5 callersMethodeval
src/oneD/OneDim.cpp:251
↓ 5 callersMethodevalFromStruct
Evaluate reaction rate ! * @param shared_data data shared by all reactions of a given type */
include/cantera/kinetics/PlogRate.h:141
↓ 5 callersFunctionformatInputFile
src/base/AnyMap.cpp:1918
↓ 5 callersFunctionfpValue
src/base/stringUtils.cpp:121
↓ 5 callersMethodfrom_yaml
(self)
test/python/test_reaction.py:197
↓ 5 callersMethodgetEntropy_R_ref
src/thermo/SurfPhase.cpp:175
↓ 5 callersMethodgetErrors
src/numerics/FuncEval.cpp:71
↓ 5 callersMethodinvalidateCache
src/thermo/Phase.cpp:908
↓ 5 callersMethodinverse
(self, name: Optional[str] = None)
test/python/test_units.py:91
↓ 5 callersFunctionisFloat
src/base/AnyMap.cpp:25
↓ 5 callersMethodisFree
* Retrieve flag indicating whether flow is freely propagating. * The flow is unstrained and the axial mass flow rate is not specified. * For
include/cantera/oneD/Flow1D.h:368
↓ 5 callersMethodload_data_file
(self, path: str, load_method: Callable, kind: str, **kwargs)
interfaces/cython/cantera/ck2yaml.py:1537
↓ 5 callersMethodlong_str
String representation of the parameter with parameter name.
interfaces/sourcegen/src/sourcegen/dataclasses.py:98
↓ 5 callersMethodmake_reactors
(self)
test/python/test_reactor.py:2028
↓ 5 callersFunctionmultiply
src/numerics/DenseMatrix.cpp:207
↓ 5 callersFunctionnames
(test)
samples/python/onedim/diffusion_flame_extinction.py:68
↓ 5 callersFunctionnewReactorBase
src/zeroD/ReactorFactory.cpp:100
↓ 5 callersFunctionplot
(p, thermo_Ideal, thermo_RK, thermo_CoolProp, name)
samples/python/thermo/equations_of_state.py:125
↓ 5 callersMethodpref_safe
src/thermo/PDSS_Water.cpp:224
↓ 5 callersFunctionprintBulk
test_problems/surfSolverTest/surfaceSolver2.cpp:58
↓ 5 callersFunctionprintGas
test_problems/surfSolverTest/surfaceSolver2.cpp:23
↓ 5 callersMethodreadAttributes
src/base/Storage.cpp:285
↓ 5 callersFunctionread_config
Read YAML configuration file.
interfaces/sourcegen/src/sourcegen/_helpers.py:10
↓ 5 callersMethodresize
src/base/SolutionArray.cpp:172
↓ 5 callersMethodresizeCoeffs
include/cantera/kinetics/StoichManager.h:159
↓ 5 callersMethodrun_reacting_surface
(self, xch4, tsurf, mdot, width)
test/python/test_onedim.py:1826
↓ 5 callersMethodrun_restart
(self, mode, auto=False)
test/python/test_onedim.py:378
↓ 5 callersMethodsecondsWC
src/base/clockWC.cpp:32
↓ 5 callersMethodsetEquivalenceRatio
src/thermo/ThermoPhase.cpp:731
↓ 5 callersMethodsetLinearSolverType
src/zeroD/ReactorNet.cpp:170
↓ 5 callersMethodsetMassFlowRate
src/zeroD/FlowReactor.cpp:210
↓ 5 callersMethodsetSpeciesCoeffs
src/thermo/PengRobinson.cpp:29
↓ 5 callersMethodsetState_SP
src/thermo/ThermoPhase.cpp:453
↓ 5 callersMethodsetState_TP
src/equil/MultiPhase.cpp:430
↓ 5 callersMethodsetTotalMoles
src/equil/vcs_VolPhase.cpp:610
↓ 5 callersMethodsetTransportModel
src/oneD/Flow1D.cpp:210
↓ 5 callersMethodsetValue
src/oneD/Sim1D.cpp:51
↓ 5 callersMethodset_gas_state
Set the state of the `Solution` object used for calculations to the temperature and composition at the point with index ``point``.
interfaces/cython/cantera/onedim.py:392
↓ 5 callersMethodset_mixture_fraction
(self, mixture_fraction, fuel, oxidizer, basis='mole')
interfaces/cython/cantera/composite.py:304
↓ 5 callersMethodset_mixture_fraction
See `ThermoPhase.set_mixture_fraction` Note that ``mixture_fraction`` either needs to be a scalar value or dimensions have t
interfaces/cython/cantera/composite.py:1068
↓ 5 callersMethodsetupGrid
src/oneD/Flow1D.cpp:185
↓ 5 callersFunctionsetupSpeciesThermo
src/thermo/SpeciesThermoFactory.cpp:80
↓ 5 callersMethodsetup_gas
(self, mech)
test/python/test_kinetics.py:343
↓ 5 callersMethodshort_declaration
Return a short string representation.
interfaces/sourcegen/src/sourcegen/dataclasses.py:227
↓ 5 callersMethodsize
* Return cabinet size. */
src/clib/Cabinet.h:83
↓ 5 callersMethodsize
Total solution vector length;
include/cantera/numerics/SteadyStateSystem.h:91
↓ 5 callersMethodskipUndeclaredSpecies
Determine behavior when adding a new reaction that contains species not defined in any of the phases associated with this kinetics manager. If set to
include/cantera/kinetics/Kinetics.h:1324
↓ 5 callersMethodskipUndeclaredThirdBodies
Determine behavior when adding a new reaction that contains third-body efficiencies for species not defined in any of the phases associated with this
include/cantera/kinetics/Kinetics.h:1336
↓ 5 callersFunctionsoln_kinetics
src/clib/ct.cpp:164
↓ 5 callersMethodsolve
Solve the problem. :param loglevel: integer flag controlling the amount of diagnostic output. Zero suppresse
interfaces/cython/cantera/onedim.py:868
↓ 5 callersMethodsort
Sort SolutionArray by column ``col``. :param col: Column that is used to sort the SolutionArray. :param reverse: If True, th
interfaces/cython/cantera/composite.py:832
↓ 5 callersMethodspeciesPhaseIndex
src/kinetics/Kinetics.cpp:329
↓ 5 callersMethodstateMFNumber
Return the State Mole Fraction Number
include/cantera/thermo/Phase.h:774
↓ 5 callersMethodsubType
include/cantera/kinetics/Falloff.h:449
↓ 5 callersMethodtwoPointControlEnabled
Returns the status of the two-point control
include/cantera/oneD/Flow1D.h:336
↓ 5 callersFunctionunits
Set the default units. :param length: The default units for length. Default: ``'m'`` :param mass: The default units for
interfaces/cython/cantera/cti2yaml.py:168
↓ 5 callersMethodupdateMassFlowRate
src/zeroD/flowControllers.cpp:21
↓ 5 callersFunctionvcs_doubleEqual
src/equil/vcs_util.cpp:89
↓ 5 callersFunctionwritelog_direct
src/base/global.cpp:45
↓ 4 callersMethodA_Debye_TP
src/thermo/HMWSoln.cpp:955
↓ 4 callersMethodCreateThermoPhase
<summary> Returns a new <see cref="ThermoPhase" /> object by loading and parsing the given configuration file. Optionally chooses the phase to load by
interfaces/dotnet/Cantera/src/Application.cs:134
↓ 4 callersFunctionFlowList
A YAML sequence that flows onto one line.
interfaces/cython/cantera/lxcat2yaml.py:66
↓ 4 callersMethodInlet1D
src/oneD/Boundary1D.cpp:83
↓ 4 callersMethodLindemannRate
src/kinetics/Falloff.cpp:203
↓ 4 callersMethodT_fixed
The fixed temperature value at point j.
include/cantera/oneD/Flow1D.h:170
↓ 4 callersMethodToString
()
interfaces/dotnet/Cantera/src/Interop/CanteraHandle.cs:46
↓ 4 callersMethod__init__
(self, *args, recoverable, **kwargs)
test/python/test_reactor.py:1646
↓ 4 callersFunction_decrementReactions
include/cantera/kinetics/StoichManager.h:516
↓ 4 callersFunction_decrementSpecies
include/cantera/kinetics/StoichManager.h:498
↓ 4 callersFunction_derivatives
include/cantera/kinetics/StoichManager.h:533
↓ 4 callersFunction_incrementReactions
include/cantera/kinetics/StoichManager.h:507
↓ 4 callersFunction_incrementSpecies
include/cantera/kinetics/StoichManager.h:489
↓ 4 callersFunction_multiply
include/cantera/kinetics/StoichManager.h:480
↓ 4 callersFunction_resizeCoeffs
include/cantera/kinetics/StoichManager.h:525
↓ 4 callersFunction_scale
include/cantera/kinetics/StoichManager.h:542
↓ 4 callersMethod_shared_object
Extract object type from shared_ptr.
interfaces/sourcegen/src/sourcegen/clib/generator.py:81
↓ 4 callersFunction_warn
src/base/global.cpp:71
↓ 4 callersMethod_write_file
(self, file_name: str, template_name: str, **kwargs)
interfaces/sourcegen/src/sourcegen/csharp/generator.py:214
↓ 4 callersMethodaddWall
src/zeroD/ReactorBase.cpp:110
↓ 4 callersMethodadvanceCoverages
src/kinetics/InterfaceKinetics.cpp:519
↓ 4 callersMethodallowNegativePreExponentialFactor
Get flag indicating whether negative A values are permitted
include/cantera/kinetics/Falloff.h:185
↓ 4 callersMethodcanonicalize
Get the canonical name registered for a type
include/cantera/base/FactoryBase.h:94
↓ 4 callersMethodcheckDomainIndex
Check that the specified domain index is in range. Throws an exception if n is greater than nDomains()-1
include/cantera/oneD/OneDim.h:87
↓ 4 callersMethodcheckThermo
(self, ref, gas, temperatures)
test/python/test_convert.py:59
↓ 4 callersMethodcheck_dot
(self, gas, diagram, element)
test/python/test_kinetics.py:744
↓ 4 callersMethodcheck_fd_properties
(self, T1, P1, T2, P2, tol)
test/python/test_purefluid.py:95
↓ 4 callersMethodcheck_thermo
(self, ck_phase, yaml_phase, temperatures, tol=1e-7)
test/python/test_convert.py:878
↓ 4 callersMethodclearErrors
Clear any previously-stored suppressed errors
include/cantera/numerics/FuncEval.h:174
↓ 4 callersFunctioncompare
Compare an array with a reference data file, or generate the reference file if it does not exist.
test/python/utilities.py:16
↓ 4 callersFunctioncontains
(seq, value)
interfaces/cython/cantera/ck2yaml.py:727
← previousnext →601–700 of 7,525, ranked by callers