Cantera  4.0.0a1
Loading...
Searching...
No Matches
Sim1D Member List

This is the complete list of members for Sim1D, including all inherited members.

_restore(const string &fname, const string &name)Sim1D
_setValue(size_t dom, size_t comp, size_t localPoint, double value)Sim1Dprotected
_value(size_t dom, size_t comp, size_t localPoint) constSim1Dprotected
_workValue(size_t dom, size_t comp, size_t localPoint) constSim1Dprotected
_workVector() constOneDiminline
addDomain(shared_ptr< Domain1D > d)OneDim
bandwidth() constSteadyStateSysteminline
checkDomainArraySize(size_t nn) constOneDiminline
checkDomainIndex(size_t n) constOneDiminline
clearDebugFile() overrideSim1Dvirtual
clearStats()OneDim
component(size_t i) constOneDim
componentName(size_t i) const overrideOneDimvirtual
componentTableHeader() const overrideOneDimvirtual
componentTableLabel(size_t i) const overrideOneDimvirtual
domain(size_t i) constOneDiminline
domainIndex(const string &name) constOneDim
eval(double rdt=-1.0, int count=1) (defined in Sim1D)Sim1Dinline
eval(size_t j, span< const double > x, span< double > r, double rdt=-1.0, int count=1)Sim1D
eval(span< const double > x, span< double > r, double rdt=-1.0, int count=1) overrideSim1Dinlinevirtual
evalCountStats()OneDiminline
evalJacobian(span< const double > x0) overrideOneDimvirtual
evalSSJacobian()Sim1D
Cantera::OneDim::evalSSJacobian(span< const double > x)SteadyStateSystemprotected
evalTimeStats()OneDiminline
finalize()Sim1Dprivate
fixedTemperature()Sim1D
fixedTemperatureLocation()Sim1D
getInitialSoln()Sim1D
getRefineCriteria(int dom)Sim1D
getResidual(double rdt, span< double > resid)Sim1Dinline
getState(span< double > x) constSteadyStateSystem
gridSizeStats()OneDiminline
init()OneDim
initTimeInteg(double dt, span< const double > x) overrideOneDimvirtual
jacobianCountStats()OneDiminline
jacobianTimeStats()OneDiminline
left()OneDiminline
linearSolver() constSteadyStateSysteminline
loc(size_t jg)OneDiminline
lowerBound(size_t i) const overrideOneDimvirtual
m_attempt_counterSteadyStateSystemprotected
m_bulkOneDimprotected
m_bwSteadyStateSystemprotected
m_componentInfoOneDimprotected
m_connectOneDimprotected
m_domOneDimprotected
m_evaltimeOneDimprivate
m_funcElapsedOneDimprivate
m_funcEvalsOneDimprivate
m_grid_last_ssSim1Dprotected
m_gridptsOneDimprivate
m_initOneDimprotected
m_interruptSteadyStateSystemprotected
m_jacSteadyStateSystemprotected
m_jac_okSteadyStateSystemprotected
m_jacElapsedOneDimprivate
m_jacEvalsOneDimprivate
m_jacobianAbsPerturbSteadyStateSystemprotected
m_jacobianRelPerturbSteadyStateSystemprotected
m_jacobianThresholdSteadyStateSystemprotected
m_locOneDimprotected
m_maskSteadyStateSystemprotected
m_max_historySteadyStateSystemprotected
m_nevalsOneDimprivate
m_newtSteadyStateSystemprotected
m_nstepsSteadyStateSystemprotected
m_nsteps_maxSteadyStateSystemprotected
m_nvarsOneDimprotected
m_ptsOneDimprotected
m_rdtSteadyStateSystemprotected
m_sizeSteadyStateSystemprotected
m_ss_jac_ageSteadyStateSystemprotected
m_stateSteadyStateSystemprotected
m_steady_callbackSim1Dprotected
m_stepsSteadyStateSystemprotected
m_tfactorSteadyStateSystemprotected
m_time_step_callbackSteadyStateSystemprotected
m_timeStepsOneDimprivate
m_tmaxSteadyStateSystemprotected
m_tminSteadyStateSystemprotected
m_ts_jac_ageSteadyStateSystemprotected
m_tstepSteadyStateSystemprotected
m_work1SteadyStateSystemprotected
m_work2 (defined in SteadyStateSystem)SteadyStateSystemprotected
m_xlast_ssSim1Dprotected
m_xlast_tsSteadyStateSystemprotected
m_xnewSteadyStateSystemprotected
maxGridPoints(size_t dom)Sim1D
maxTimeStepCount() constSteadyStateSysteminline
nDomains() constOneDiminline
newton()SteadyStateSystem
nVars(size_t jg)OneDiminline
OneDim()=defaultOneDim
OneDim(span< const shared_ptr< Domain1D > > domains)OneDim
operator=(const SteadyStateSystem &)=delete (defined in SteadyStateSystem)SteadyStateSystem
pointDomain(size_t i)OneDim
points()OneDiminline
rdt() constSteadyStateSysteminline
refine(int loglevel=0)Sim1D
resetBadValues(span< double > x) overrideOneDimvirtual
resize() overrideSim1Dvirtual
restore(const string &fname, const string &name)Sim1D
restoreSteadySolution()Sim1D
restoreTimeSteppingSolution()Sim1D
right()OneDiminline
save(const string &fname, const string &name, const string &desc, bool overwrite=false, int compression=0, const string &basis="")Sim1D
saveResidual(const string &fname, const string &name, const string &desc, bool overwrite=false, int compression=0)Sim1D
saveStats()OneDim
setFixedTemperature(double t)Sim1D
setGridMin(int dom, double gridmin)Sim1D
setInitialGuess(span< const double > x)SteadyStateSystem
setInterrupt(Func1 *interrupt)SteadyStateSysteminline
setJacAge(int ss_age, int ts_age=-1)SteadyStateSystem
setJacobianPerturbation(double relative, double absolute, double threshold)SteadyStateSysteminline
setLeftControlPoint(double temperature)Sim1D
setLinearSolver(shared_ptr< SystemJacobian > solver)SteadyStateSystem
setMaxGridPoints(int dom, int npoints)Sim1D
setMaxTimeStep(double tmax)SteadyStateSysteminline
setMaxTimeStepCount(int nmax)SteadyStateSysteminline
setMinTimeStep(double tmin)SteadyStateSysteminline
setRefineCriteria(int dom=-1, double ratio=10.0, double slope=0.8, double curve=0.8, double prune=-0.1)Sim1D
setRightControlPoint(double temperature)Sim1D
setSteadyCallback(Func1 *callback)Sim1Dinline
setSteadyMode() overrideOneDimvirtual
setTimeStep(double stepsize, span< const int > tsteps)SteadyStateSystem
setTimeStepCallback(Func1 *callback)SteadyStateSysteminline
setTimeStepFactor(double tfactor)SteadyStateSysteminline
show()Sim1D
Sim1D()Sim1Dinline
Sim1D(span< const shared_ptr< Domain1D > > domains)Sim1D
size() constSteadyStateSysteminline
solve(int loglevel=0, bool refine_grid=true)Sim1D
Cantera::OneDim::solve(int loglevel=0)SteadyStateSystem
solveAdjoint(span< const double > b, span< double > lambda)Sim1D
ssnorm(span< const double > x, span< double > r)SteadyStateSystem
start(size_t i) constOneDiminline
steady() constSteadyStateSysteminline
SteadyStateSystem() (defined in SteadyStateSystem)SteadyStateSystem
SteadyStateSystem(const SteadyStateSystem &)=delete (defined in SteadyStateSystem)SteadyStateSystem
timeStep(int nsteps, double dt, span< double > x, span< double > r, int loglevel)SteadyStateSystem
timeStepStats()OneDiminline
transient() constSteadyStateSysteminline
transientMask()SteadyStateSysteminline
upperBound(size_t i) const overrideOneDimvirtual
weightedNorm(span< const double > step) const overrideOneDimvirtual
writeDebugInfo(const string &header_suffix, const string &message, int loglevel, int attempt_counter) overrideSim1Dvirtual
writeStats(int printTime=1)OneDim
~SteadyStateSystem() (defined in SteadyStateSystem)SteadyStateSystemvirtual