Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ functions
Functions
7,525 in github.com/Cantera/cantera
⨍
Functions
7,525
◇
Types & classes
831
↓ 1 callers
Function
ct_dgbcon
include/cantera/numerics/ctlapack.h:489
↓ 1 callers
Function
ct_dgbtrf
include/cantera/numerics/ctlapack.h:267
↓ 1 callers
Function
ct_dgbtrs
include/cantera/numerics/ctlapack.h:280
↓ 1 callers
Function
ct_dgetri
include/cantera/numerics/ctlapack.h:333
↓ 1 callers
Function
ct_dgetrs
include/cantera/numerics/ctlapack.h:314
↓ 1 callers
Method
cv
src/tpx/Sub.cpp:42
↓ 1 callers
Method
cv_R
src/thermo/WaterPropsIAPWSphi.cpp:974
↓ 1 callers
Function
dataset
Set the dataset name. Invoke this to change the name of the YAML file.
interfaces/cython/cantera/cti2yaml.py:158
↓ 1 callers
Method
ddTScaledFromStruct
Evaluate derivative of reaction rate with respect to temperature divided by reaction rate ! * @param shared_data data shared by all reactions o
include/cantera/kinetics/Arrhenius.h:205
↓ 1 callers
Method
debye_huckel
Process the activity coefficients for the ``DebyeHuckel`` phase-thermo type. :param this_phase_species: A list of mappings of spe
interfaces/cython/cantera/ctml2yaml.py:1288
↓ 1 callers
Method
decrementReaction
include/cantera/kinetics/StoichManager.h:155
↓ 1 callers
Method
deleteFactory
src/oneD/DomainFactory.cpp:88
↓ 1 callers
Function
demoprog
samples/cxx/demo/demo.cpp:33
↓ 1 callers
Method
density
Get the density [kg/m³] at point `j`
include/cantera/oneD/Flow1D.h:358
↓ 1 callers
Function
derivative
(x, y)
samples/python/onedim/premixed_counterflow_twin_flame.py:31
↓ 1 callers
Method
dimdpdT
src/thermo/WaterPropsIAPWSphi.cpp:632
↓ 1 callers
Method
dimdpdrho
src/thermo/WaterPropsIAPWSphi.cpp:624
↓ 1 callers
Method
displayOnly
Include only species and fluxes that are directly connected to a species. Set to -1 to include all species.
include/cantera/kinetics/ReactionPath.h:254
↓ 1 callers
Method
distance
src/zeroD/ReactorNet.cpp:96
↓ 1 callers
Function
do_configure_substitution
( configure_source: Path, cantera_version: str, cantera_short_version: str )
interfaces/python_sdist/build_sdist.py:39
↓ 1 callers
Function
do_pyproject_substitution
( pyproject_toml_source: Path, py_requires_ver_str: str, cantera_version: str, cython_version_
interfaces/python_sdist/build_sdist.py:63
↓ 1 callers
Function
do_units_substitution
(with_units_source: Path)
interfaces/python_sdist/build_sdist.py:83
↓ 1 callers
Function
domain_nComponents
src/clib/ctonedim.cpp:89
↓ 1 callers
Function
domain_setupGrid
src/clib/ctonedim.cpp:220
↓ 1 callers
Function
doubleColumn
src/base/SolutionArray.cpp:224
↓ 1 callers
Function
draw_flow_controllers
See `.FlowDevice.draw`. :param flow_controllers: Iterable of subtypes of `~cantera.FlowDevice`. .. versionadded:: 3.1
interfaces/cython/cantera/drawnetwork.py:201
↓ 1 callers
Function
draw_walls
See `.Wall.draw`. :param walls: Iterable of subtypes of `~cantera.Wall` that connect reactors and reservoirs. .. versionadded::
interfaces/cython/cantera/drawnetwork.py:253
↓ 1 callers
Method
dthermalExpansionCoeffdT
src/thermo/WaterSSTP.cpp:277
↓ 1 callers
Method
elapsedTime
Elapsed CPU time spent computing the Jacobian elements.
include/cantera/numerics/SystemJacobian.h:158
↓ 1 callers
Method
electricField
Get the applied electric field strength [V/m]
include/cantera/thermo/PlasmaPhase.h:341
↓ 1 callers
Method
electricFieldFrequency
Get the frequency of the applied electric field [Hz] @since New in %Cantera 3.2.
include/cantera/thermo/PlasmaPhase.h:336
↓ 1 callers
Method
electronSpeciesIndex
Electron Species Index
include/cantera/thermo/PlasmaPhase.h:241
↓ 1 callers
Method
electronSpeciesName
Electron species name
include/cantera/thermo/PlasmaPhase.h:302
↓ 1 callers
Method
elementActive
src/equil/vcs_VolPhase.cpp:905
↓ 1 callers
Method
elementIndex
src/equil/MultiPhase.cpp:739
↓ 1 callers
Method
elementType
src/thermo/Phase.cpp:91
↓ 1 callers
Function
elementVectorsFromNames
This is implemented as a separate function from elementNames() because this pattern allows elementNames() to return a const reference to the data.
src/thermo/Elements.cpp:219
↓ 1 callers
Function
elementVectorsFromSymbols
This is implemented as a separate function from elementSymbols() because this pattern allows elementSymbols() to return a const reference to the data.
src/thermo/Elements.cpp:204
↓ 1 callers
Function
emitString
Write YAML strings spanning multiple lines if input includes endline '\n'
src/base/AnyMap.cpp:352
↓ 1 callers
Function
empty_object
(request)
test/python/test_composite.py:169
↓ 1 callers
Method
enableCoverageEquations
Set whether to solve the equations for the surface species coverages
include/cantera/oneD/Boundary1D.h:376
↓ 1 callers
Method
encode
src/base/AnyMap.cpp:256
↓ 1 callers
Method
enthalpy_RT_ref
src/thermo/PDSS.cpp:83
↓ 1 callers
Method
entropy_R_ref
src/thermo/PDSS.cpp:88
↓ 1 callers
Function
equilSoundSpeeds
Returns a tuple containing the equilibrium and frozen sound speeds for a gas with an equilibrium composition. The gas is first set to an
samples/python/thermo/sound_speed.py:18
↓ 1 callers
Function
equil_OCV
(gas1, gas2)
samples/python/kinetics/sofc.py:64
↓ 1 callers
Function
equil_demo
doc/sphinx/userguide/demoequil.cpp:6
↓ 1 callers
Method
eval
(self, rate)
test/python/test_reaction.py:394
↓ 1 callers
Method
eval
(self, rate, species=True)
test/python/test_reaction.py:863
↓ 1 callers
Method
eval
(self, data)
test/python/test_reaction.py:1718
↓ 1 callers
Method
eval
src/kinetics/ImplicitSurfChem.cpp:159
↓ 1 callers
Method
evalDaeNoThrow
src/numerics/FuncEval.cpp:39
↓ 1 callers
Method
evalJacobian
src/zeroD/ReactorNet.cpp:504
↓ 1 callers
Method
evalNoThrow
src/numerics/FuncEval.cpp:7
↓ 1 callers
Method
eval_rate
(self, rate)
test/python/test_reaction.py:2025
↓ 1 callers
Method
exceptionValue
include/cantera/cython/funcWrapper.h:55
↓ 1 callers
Function
exists
(env)
site_scons/site_tools/wix.py:44
↓ 1 callers
Function
exit_with_error
samples/clib_legacy/demo.c:32
↓ 1 callers
Function
exit_with_error
samples/clib_generated/demo.c:40
↓ 1 callers
Function
expand
Adiabatically expand a fluid to pressure p_final, using a turbine with isentropic efficiency eta.
samples/python/thermo/rankine.py:39
↓ 1 callers
Function
expand
Adiabatically expand a fluid to pressure p_final, using a turbine with isentropic efficiency eta.
samples/python/thermo/rankine_units.py:39
↓ 1 callers
Method
exportToDot
src/kinetics/ReactionPath.cpp:239
↓ 1 callers
Method
factor
Return the factor for converting from this unit to Cantera's base units.
include/cantera/base/Units.h:53
↓ 1 callers
Method
failed
(self, message, *args, **kws)
site_scons/buildutils.py:474
↓ 1 callers
Method
filter_reaction_list
Filter the reaction_data list to only include specified reactions. :param datasrc: The XML source of the reaction data that is be
interfaces/cython/cantera/ctml2yaml.py:1117
↓ 1 callers
Method
finalize
(self, rate)
test/python/test_reaction.py:913
↓ 1 callers
Method
finalize
(self, rxn)
test/python/test_reaction.py:2021
↓ 1 callers
Method
findInputFile
src/base/application.cpp:313
↓ 1 callers
Method
findMajorPaths
src/kinetics/ReactionPath.cpp:145
↓ 1 callers
Method
fit
src/transport/MMCollisionInt.cpp:388
↓ 1 callers
Method
fit_omega22
src/transport/MMCollisionInt.cpp:371
↓ 1 callers
Method
fixTemperature
src/oneD/Flow1D.cpp:1123
↓ 1 callers
Function
flamespeed
samples/cxx/flamespeed/flamespeed.cpp:27
↓ 1 callers
Function
flow1D_pressure
src/clib/ctonedim.cpp:379
↓ 1 callers
Function
flow1D_solveEnergyEqn
src/clib/ctonedim.cpp:404
↓ 1 callers
Method
from_parts
(self)
test/python/test_reaction.py:185
↓ 1 callers
Method
from_parts
(self)
test/python/test_reaction.py:874
↓ 1 callers
Method
from_xml
Generate Param from XML string. Note: Converts from doxygen style to simplified C++ whitespace notation.
interfaces/sourcegen/src/sourcegen/dataclasses.py:76
↓ 1 callers
Function
fuel_mdot
Create a Gaussian pulse function.
samples/python/reactors/fuel_injection.py:36
↓ 1 callers
Function
func_new_diff
src/clib/ctfunc.cpp:83
↓ 1 callers
Function
func_new_prod
src/clib/ctfunc.cpp:93
↓ 1 callers
Function
func_new_ratio
src/clib/ctfunc.cpp:103
↓ 1 callers
Function
func_new_sum
src/clib/ctfunc.cpp:73
↓ 1 callers
Method
g
src/thermo/PDSS_HKFT.cpp:500
↓ 1 callers
Method
gamma
Get gamma used in preconditioning
include/cantera/numerics/SystemJacobian.h:141
↓ 1 callers
Function
generate_source
Main entry point of sourcegen.
interfaces/sourcegen/src/sourcegen/api.py:28
↓ 1 callers
Method
generate_source
(self, headers_files: list[HeaderFile])
interfaces/sourcegen/src/sourcegen/generator.py:20
↓ 1 callers
Function
genhtml
Produce an html report from the collected data.
platform/posix/coverage.py:85
↓ 1 callers
Method
getActivityConcentrations
src/thermo/HMWSoln.cpp:132
↓ 1 callers
Method
getConstraints
src/zeroD/ReactorNet.cpp:481
↓ 1 callers
Method
getCriteria
Get the grid refinement criteria. @see Refiner::setCriteria
include/cantera/oneD/refine.h:60
↓ 1 callers
Function
getDataDirectories
src/base/global.cpp:173
↓ 1 callers
Method
getDataDirectories
Get the %Cantera data directories ! * This routine returns a string including the names of all the * directories searched by %Cantera for da
src/base/application.h:238
↓ 1 callers
Method
getDeltaEnthalpy
src/kinetics/BulkKinetics.cpp:204
↓ 1 callers
Method
getDeltaEntropy
src/kinetics/BulkKinetics.cpp:212
↓ 1 callers
Method
getDeltaSSEnthalpy
src/kinetics/BulkKinetics.cpp:231
↓ 1 callers
Method
getDeltaSSEntropy
src/kinetics/BulkKinetics.cpp:242
↓ 1 callers
Method
getEEDFEdge
include/cantera/thermo/EEDFTwoTermApproximation.h:79
↓ 1 callers
Method
getElectronEnergyDistribution
Get electron energy distribution. @param distrb The vector of electron energy distribution. Length: #m_nPoints.
include/cantera/thermo/PlasmaPhase.h:133
↓ 1 callers
Function
getElementName
src/thermo/Elements.cpp:314
← previous
next →
1,501–1,600 of 7,525, ranked by callers