Generated CLib API for Cantera's Domain1D class. More...
Generated CLib API for Cantera's Domain1D class.
Functions | |
| int32_t | domain_newFlow1D (const char *domainType, int32_t solution, const char *id) |
| Create a Flow1D object of the specified type. | |
| int32_t | domain_newBoundary1D (const char *domainType, int32_t solution, const char *id) |
| Create a Boundary1D object of the specified type. | |
| int32_t | domain_type (int32_t handle, int32_t bufLen, char *buf) |
| String indicating the domain implemented. | |
| int32_t | domain_domainIndex (int32_t handle) |
| The left-to-right location of this domain. | |
| int32_t | domain_index (int32_t handle, int32_t n, int32_t j) |
| Returns the index of the solution vector, which corresponds to component n at grid point j. | |
| int32_t | domain_nComponents (int32_t handle) |
| Number of components at each grid point. | |
| int32_t | domain_nPoints (int32_t handle) |
| Number of grid points in this domain. | |
| int32_t | domain_componentName (int32_t handle, int32_t n, int32_t bufLen, char *buf) |
Name of component n. | |
| int32_t | domain_componentIndex (int32_t handle, const char *name) |
Index of component with name name. | |
| double | domain_value (int32_t handle, const char *component) |
| Set a single component value at a boundary. | |
| int32_t | domain_setValue (int32_t handle, const char *component, double value) |
| Set a single component value in a flow domain or at a boundary. | |
| int32_t | domain_values (int32_t handle, const char *component, int32_t bufLen, double *buf) |
| Retrieve component values. | |
| int32_t | domain_getValues (int32_t handle, const char *component, int32_t valuesLen, double *values) |
| Retrieve component values. | |
| int32_t | domain_setValues (int32_t handle, const char *component, int32_t valuesLen, const double *values) |
| Specify component values. | |
| int32_t | domain_residuals (int32_t handle, const char *component, int32_t bufLen, double *buf) |
| Retrieve internal work array values for a component. | |
| int32_t | domain_setProfile (int32_t handle, const char *component, int32_t posLen, const double *pos, int32_t valuesLen, const double *values) |
| Specify a profile for a component. | |
| int32_t | domain_setFlatProfile (int32_t handle, const char *component, double value) |
| Specify a flat profile for a component. | |
| int32_t | domain_setBounds (int32_t handle, int32_t n, double lower, double upper) |
| Set the upper and lower bounds for a solution component, n. | |
| double | domain_lowerBound (int32_t handle, int32_t n) |
| Lower bound on the nth component. | |
| double | domain_upperBound (int32_t handle, int32_t n) |
| Upper bound on the nth component. | |
| int32_t | domain_setSteadyTolerances (int32_t handle, double rtol, double atol, int32_t n) |
| Set tolerances for steady-state mode. | |
| int32_t | domain_setTransientTolerances (int32_t handle, double rtol, double atol, int32_t n) |
| Set tolerances for time-stepping mode. | |
| double | domain_rtol (int32_t handle, int32_t n) |
| Relative tolerance of the nth component. | |
| double | domain_atol (int32_t handle, int32_t n) |
| Absolute tolerance of the nth component. | |
| int32_t | domain_setupGrid (int32_t handle, int32_t gridLen, const double *grid) |
| Set up initial grid. | |
| int32_t | domain_setupUniformGrid (int32_t handle, int32_t points, double length, double start) |
| Set up uniform grid. | |
| int32_t | domain_setID (int32_t handle, const char *s) |
| Specify an identifying tag for this domain. | |
| int32_t | domain_grid (int32_t handle, int32_t bufLen, double *buf) |
| Access the array of grid coordinates [m]. | |
| int32_t | bdry_setMdot (int32_t handle, double mdot) |
| Set the total mass flow rate [kg/m²/s]. | |
| int32_t | bdry_setTemperature (int32_t handle, double t) |
| Set the temperature. | |
| int32_t | bdry_setSpreadRate (int32_t handle, double V0) |
| Set tangential velocity gradient [1/s] at this boundary. | |
| int32_t | bdry_setMoleFractionsByName (int32_t handle, const char *xin) |
| Set the mole fractions by specifying a string. | |
| int32_t | bdry_setMoleFractions (int32_t handle, int32_t xinLen, const double *xin) |
| Set the mole fractions by specifying an array. | |
| double | bdry_mdot (int32_t handle) |
| The total mass flow rate [kg/m2/s]. | |
| double | bdry_temperature (int32_t handle) |
| Temperature [K]. | |
| double | bdry_spreadRate (int32_t handle) |
| Tangential velocity gradient [1/s] at this boundary. | |
| double | bdry_massFraction (int32_t handle, int32_t k) |
| Mass fraction of species k. | |
| int32_t | domain_setTransport (int32_t handle, int32_t trans) |
| Set transport model to existing instance. | |
| int32_t | flow_transportModel (int32_t handle, int32_t bufLen, char *buf) |
| Retrieve transport model. | |
| int32_t | domain_setTransportModel (int32_t handle, const char *model) |
| Set transport model by name. | |
| int32_t | flow_enableSoret (int32_t handle, int32_t withSoret) |
| Enable thermal diffusion, also known as Soret diffusion. | |
| int32_t | flow_setPressure (int32_t handle, double p) |
| Set the pressure. | |
| double | flow_pressure (int32_t handle) |
| The current pressure [Pa]. | |
| int32_t | flow_setFixedTempProfile (int32_t handle, int32_t zfixedLen, const double *zfixed, int32_t tfixedLen, const double *tfixed) |
| Set fixed temperature profile. | |
| int32_t | flow_solveEnergyEqn (int32_t handle, int32_t j) |
Specify that the energy equation should be solved at point j. | |
| int32_t | flow_allOfEnergyEnabled (int32_t handle) |
| Check if energy is enabled for entire domain. | |
| int32_t | flow_noneOfEnergyEnabled (int32_t handle) |
| Check if energy is disabled for entire domain. | |
| int32_t | flow_setEnergyEnabled (int32_t handle, int32_t flag) |
| Set energy enabled flag for entire domain. | |
| int32_t | reactingsurf_enableCoverageEquations (int32_t handle, int32_t docov) |
| Set whether to solve the equations for the surface species coverages. | |
| int32_t | domain_getRefineCriteria (int32_t handle, int32_t bufLen, double *buf) |
| Get the grid refinement criteria. | |
| int32_t | domain_setRefineCriteria (int32_t handle, double ratio, double slope, double curve, double prune) |
| Set grid refinement criteria. | |
| int32_t | domain_info (int32_t handle, int32_t rows, int32_t width, int32_t bufLen, char *buf) |
| Return a concise summary of a Domain. | |
| int32_t | domain_del (int32_t handle) |
| Delete Domain1D object. | |
| int32_t | domain_cabinetSize () |
| Return size of Domain1D storage. | |
| int32_t domain_newFlow1D | ( | const char * | domainType, |
| int32_t | solution, | ||
| const char * | id | ||
| ) |
Create a Flow1D object of the specified type.
Wraps C++ constructor: shared_ptr<Flow1D> newFlow1D(const string&, shared_ptr<Solution>, const string&)
| domainType | string identifying domain type. |
| solution | Integer handle to Solution object. Solution holding ThermoPhase, Kinetics and Transport objects. |
| id | string identifier describing domain. If omitted, id defaults to the domain type identifier. |
Definition at line 53 of file ctdomain.cpp.
| int32_t domain_newBoundary1D | ( | const char * | domainType, |
| int32_t | solution, | ||
| const char * | id | ||
| ) |
Create a Boundary1D object of the specified type.
Wraps C++ constructor: shared_ptr<Boundary1D> newBoundary1D(const string&, shared_ptr<Solution>, const string&)
| domainType | string identifying domain type. |
| solution | Integer handle to Solution object. Solution holding ThermoPhase, Kinetics and Transport objects. |
| id | string identifier describing domain. If omitted, id defaults to the domain type identifier. |
Definition at line 63 of file ctdomain.cpp.
| int32_t domain_type | ( | int32_t | handle, |
| int32_t | bufLen, | ||
| char * | buf | ||
| ) |
String indicating the domain implemented.
Wraps C++ getter: string Domain1D::type()
| handle | Handle to queried Domain1D object. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned string value. |
Definition at line 73 of file ctdomain.cpp.
| int32_t domain_domainIndex | ( | int32_t | handle | ) |
The left-to-right location of this domain.
Wraps C++ getter: size_t Domain1D::domainIndex()
| handle | Handle to queried Domain1D object. |
Definition at line 85 of file ctdomain.cpp.
| int32_t domain_index | ( | int32_t | handle, |
| int32_t | n, | ||
| int32_t | j | ||
| ) |
Returns the index of the solution vector, which corresponds to component n at grid point j.
Wraps C++ method: size_t Domain1D::index(size_t, size_t)
| handle | Handle to queried Domain1D object. |
| n | component index |
| j | grid point index |
Definition at line 95 of file ctdomain.cpp.
| int32_t domain_nComponents | ( | int32_t | handle | ) |
Number of components at each grid point.
Wraps C++ getter: size_t Domain1D::nComponents()
| handle | Handle to queried Domain1D object. |
Definition at line 105 of file ctdomain.cpp.
| int32_t domain_nPoints | ( | int32_t | handle | ) |
Number of grid points in this domain.
Wraps C++ getter: size_t Domain1D::nPoints()
| handle | Handle to queried Domain1D object. |
Definition at line 115 of file ctdomain.cpp.
| int32_t domain_componentName | ( | int32_t | handle, |
| int32_t | n, | ||
| int32_t | bufLen, | ||
| char * | buf | ||
| ) |
Name of component n.
May be overloaded.
Wraps C++ method: virtual string Domain1D::componentName(size_t)
| handle | Handle to queried Domain1D object. | |
| n | Undocumented. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned string value. |
Definition at line 125 of file ctdomain.cpp.
| int32_t domain_componentIndex | ( | int32_t | handle, |
| const char * | name | ||
| ) |
Index of component with name name.
Wraps C++ method: virtual size_t Domain1D::componentIndex(const string&)
| handle | Handle to queried Domain1D object. |
| name | name of component |
Definition at line 137 of file ctdomain.cpp.
| double domain_value | ( | int32_t | handle, |
| const char * | component | ||
| ) |
Set a single component value at a boundary.
Wraps C++ method: virtual double Domain1D::value(const string&)
| handle | Handle to queried Domain1D object. |
| component | Name of the component. |
Definition at line 147 of file ctdomain.cpp.
| int32_t domain_setValue | ( | int32_t | handle, |
| const char * | component, | ||
| double | value | ||
| ) |
Set a single component value in a flow domain or at a boundary.
Wraps C++ method: virtual void Domain1D::setValue(const string&, double)
| handle | Handle to queried Domain1D object. |
| component | Name of the component. |
| value | Value of the component. |
Definition at line 157 of file ctdomain.cpp.
| int32_t domain_values | ( | int32_t | handle, |
| const char * | component, | ||
| int32_t | bufLen, | ||
| double * | buf | ||
| ) |
Retrieve component values.
Wraps C++ method: vector<double> Domain1D::values(const string&)
| handle | Handle to queried Domain1D object. | |
| component | Name of the component. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned array value. |
Definition at line 168 of file ctdomain.cpp.
| int32_t domain_getValues | ( | int32_t | handle, |
| const char * | component, | ||
| int32_t | valuesLen, | ||
| double * | values | ||
| ) |
Retrieve component values.
Wraps C++ method: virtual void Domain1D::getValues(const string&, vector<double>&)
| handle | Handle to queried Domain1D object. | |
| component | Name of the component. | |
| [in] | valuesLen | Length of vector reserved for values. |
| [out] | values | Vector of length nPoints() containing values at grid points. |
Definition at line 180 of file ctdomain.cpp.
| int32_t domain_setValues | ( | int32_t | handle, |
| const char * | component, | ||
| int32_t | valuesLen, | ||
| const double * | values | ||
| ) |
Specify component values.
Wraps C++ method: virtual void Domain1D::setValues(const string&, const vector<double>&)
| handle | Handle to queried Domain1D object. | |
| component | Name of the component. | |
| [in] | valuesLen | Length of vector reserved for values. |
| [in] | values | Vector of length nPoints() containing values at grid points. |
Definition at line 193 of file ctdomain.cpp.
| int32_t domain_residuals | ( | int32_t | handle, |
| const char * | component, | ||
| int32_t | bufLen, | ||
| double * | buf | ||
| ) |
Retrieve internal work array values for a component.
Wraps C++ method: vector<double> Domain1D::residuals(const string&)
| handle | Handle to queried Domain1D object. | |
| component | Name of the component. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned array value. |
Definition at line 205 of file ctdomain.cpp.
| int32_t domain_setProfile | ( | int32_t | handle, |
| const char * | component, | ||
| int32_t | posLen, | ||
| const double * | pos, | ||
| int32_t | valuesLen, | ||
| const double * | values | ||
| ) |
Specify a profile for a component.
Wraps C++ method: virtual void Domain1D::setProfile(const string&, const vector<double>&, const vector<double>&)
| handle | Handle to queried Domain1D object. | |
| component | Undocumented. | |
| [in] | posLen | Length of vector reserved for pos. |
| pos | Undocumented. | |
| [in] | valuesLen | Length of vector reserved for values. |
| values | Undocumented. |
Definition at line 217 of file ctdomain.cpp.
| int32_t domain_setFlatProfile | ( | int32_t | handle, |
| const char * | component, | ||
| double | value | ||
| ) |
Specify a flat profile for a component.
Wraps C++ method: virtual void Domain1D::setFlatProfile(const string&, double)
| handle | Handle to queried Domain1D object. |
| component | Name of the component. |
| value | Constant value. |
Definition at line 230 of file ctdomain.cpp.
| int32_t domain_setBounds | ( | int32_t | handle, |
| int32_t | n, | ||
| double | lower, | ||
| double | upper | ||
| ) |
Set the upper and lower bounds for a solution component, n.
Wraps C++ method: void Domain1D::setBounds(size_t, double, double)
| handle | Handle to queried Domain1D object. |
| n | solution component index |
| lower | lower bound on component n |
| upper | upper bound on component n |
Definition at line 241 of file ctdomain.cpp.
| double domain_lowerBound | ( | int32_t | handle, |
| int32_t | n | ||
| ) |
Lower bound on the nth component.
Wraps C++ method: double Domain1D::lowerBound(size_t)
| handle | Handle to queried Domain1D object. |
| n | Undocumented. |
Definition at line 252 of file ctdomain.cpp.
| double domain_upperBound | ( | int32_t | handle, |
| int32_t | n | ||
| ) |
Upper bound on the nth component.
Wraps C++ method: double Domain1D::upperBound(size_t)
| handle | Handle to queried Domain1D object. |
| n | Undocumented. |
Definition at line 262 of file ctdomain.cpp.
| int32_t domain_setSteadyTolerances | ( | int32_t | handle, |
| double | rtol, | ||
| double | atol, | ||
| int32_t | n | ||
| ) |
Set tolerances for steady-state mode.
Wraps C++ method: void Domain1D::setSteadyTolerances(double, double, size_t)
| handle | Handle to queried Domain1D object. |
| rtol | Relative tolerance |
| atol | Absolute tolerance |
| n | component index these tolerances apply to. If set to -1 (the default), these tolerances will be applied to all solution components. |
Definition at line 272 of file ctdomain.cpp.
| int32_t domain_setTransientTolerances | ( | int32_t | handle, |
| double | rtol, | ||
| double | atol, | ||
| int32_t | n | ||
| ) |
Set tolerances for time-stepping mode.
Wraps C++ method: void Domain1D::setTransientTolerances(double, double, size_t)
| handle | Handle to queried Domain1D object. |
| rtol | Relative tolerance |
| atol | Absolute tolerance |
| n | component index these tolerances apply to. If set to -1 (the default), these tolerances will be applied to all solution components. |
Definition at line 283 of file ctdomain.cpp.
| double domain_rtol | ( | int32_t | handle, |
| int32_t | n | ||
| ) |
Relative tolerance of the nth component.
Wraps C++ method: double Domain1D::rtol(size_t)
| handle | Handle to queried Domain1D object. |
| n | Undocumented. |
Definition at line 294 of file ctdomain.cpp.
| double domain_atol | ( | int32_t | handle, |
| int32_t | n | ||
| ) |
Absolute tolerance of the nth component.
Wraps C++ method: double Domain1D::atol(size_t)
| handle | Handle to queried Domain1D object. |
| n | Undocumented. |
Definition at line 304 of file ctdomain.cpp.
| int32_t domain_setupGrid | ( | int32_t | handle, |
| int32_t | gridLen, | ||
| const double * | grid | ||
| ) |
Set up initial grid.
Wraps C++ setter: void Domain1D::setupGrid(const vector<double>&)
| handle | Handle to queried Domain1D object. | |
| [in] | gridLen | Length of vector reserved for grid. |
| grid | Undocumented. |
Definition at line 314 of file ctdomain.cpp.
| int32_t domain_setupUniformGrid | ( | int32_t | handle, |
| int32_t | points, | ||
| double | length, | ||
| double | start | ||
| ) |
Set up uniform grid.
Wraps C++ method: void Domain1D::setupUniformGrid(size_t, double, double)
| handle | Handle to queried Domain1D object. |
| points | Number of grid points |
| length | Length of domain |
| start | Start position of domain (default=0.) |
Definition at line 326 of file ctdomain.cpp.
| int32_t domain_setID | ( | int32_t | handle, |
| const char * | s | ||
| ) |
Specify an identifying tag for this domain.
Wraps C++ setter: void Domain1D::setID(const string&)
| handle | Handle to queried Domain1D object. |
| s | Undocumented. |
Definition at line 337 of file ctdomain.cpp.
| int32_t domain_grid | ( | int32_t | handle, |
| int32_t | bufLen, | ||
| double * | buf | ||
| ) |
Access the array of grid coordinates [m].
Wraps C++ getter: vector<double>& Domain1D::grid()
| handle | Handle to queried Domain1D object. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned array value. |
Definition at line 348 of file ctdomain.cpp.
| int32_t bdry_setMdot | ( | int32_t | handle, |
| double | mdot | ||
| ) |
Set the total mass flow rate [kg/m²/s].
Wraps C++ setter: virtual void Boundary1D::setMdot(double)
| handle | Handle to queried Boundary1D object. |
| mdot | Undocumented. |
Definition at line 362 of file ctdomain.cpp.
| int32_t bdry_setTemperature | ( | int32_t | handle, |
| double | t | ||
| ) |
Set the temperature.
Wraps C++ setter: virtual void Boundary1D::setTemperature(double)
| handle | Handle to queried Boundary1D object. |
| t | Undocumented. |
Definition at line 373 of file ctdomain.cpp.
| int32_t bdry_setSpreadRate | ( | int32_t | handle, |
| double | V0 | ||
| ) |
Set tangential velocity gradient [1/s] at this boundary.
Wraps C++ setter: virtual void Boundary1D::setSpreadRate(double)
| handle | Handle to queried Boundary1D object. |
| V0 | Undocumented. |
Definition at line 384 of file ctdomain.cpp.
| int32_t bdry_setMoleFractionsByName | ( | int32_t | handle, |
| const char * | xin | ||
| ) |
Set the mole fractions by specifying a string.
Wraps C++ setter: virtual void Boundary1D::setMoleFractions(const string&)
| handle | Handle to queried Boundary1D object. |
| xin | Undocumented. |
Definition at line 395 of file ctdomain.cpp.
| int32_t bdry_setMoleFractions | ( | int32_t | handle, |
| int32_t | xinLen, | ||
| const double * | xin | ||
| ) |
Set the mole fractions by specifying an array.
Wraps C++ setter: virtual void Boundary1D::setMoleFractions(const double*)
| handle | Handle to queried Boundary1D object. | |
| [in] | xinLen | Length of array reserved for xin. |
| xin | Undocumented. |
Definition at line 406 of file ctdomain.cpp.
| double bdry_mdot | ( | int32_t | handle | ) |
The total mass flow rate [kg/m2/s].
Wraps C++ getter: virtual double Boundary1D::mdot()
| handle | Handle to queried Boundary1D object. |
Definition at line 419 of file ctdomain.cpp.
| double bdry_temperature | ( | int32_t | handle | ) |
Temperature [K].
Wraps C++ getter: virtual double Boundary1D::temperature()
| handle | Handle to queried Boundary1D object. |
Definition at line 429 of file ctdomain.cpp.
| double bdry_spreadRate | ( | int32_t | handle | ) |
Tangential velocity gradient [1/s] at this boundary.
Wraps C++ getter: virtual double Boundary1D::spreadRate()
| handle | Handle to queried Boundary1D object. |
Definition at line 439 of file ctdomain.cpp.
| double bdry_massFraction | ( | int32_t | handle, |
| int32_t | k | ||
| ) |
Mass fraction of species k.
Wraps C++ method: virtual double Boundary1D::massFraction(size_t)
| handle | Handle to queried Boundary1D object. |
| k | Undocumented. |
Definition at line 449 of file ctdomain.cpp.
| int32_t domain_setTransport | ( | int32_t | handle, |
| int32_t | trans | ||
| ) |
Set transport model to existing instance.
Wraps C++ setter: virtual void Domain1D::setTransport(shared_ptr<Transport>)
| handle | Handle to queried Domain1D object. |
| trans | Integer handle to Transport object. Undocumented. |
Definition at line 459 of file ctdomain.cpp.
| int32_t flow_transportModel | ( | int32_t | handle, |
| int32_t | bufLen, | ||
| char * | buf | ||
| ) |
Retrieve transport model.
Wraps C++ getter: string Flow1D::transportModel()
| handle | Handle to queried Flow1D object. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned string value. |
Definition at line 470 of file ctdomain.cpp.
| int32_t domain_setTransportModel | ( | int32_t | handle, |
| const char * | model | ||
| ) |
Set transport model by name.
Wraps C++ setter: virtual void Domain1D::setTransportModel(const string&)
| handle | Handle to queried Domain1D object. |
| model | String specifying model name. |
Definition at line 482 of file ctdomain.cpp.
| int32_t flow_enableSoret | ( | int32_t | handle, |
| int32_t | withSoret | ||
| ) |
Enable thermal diffusion, also known as Soret diffusion.
Wraps C++ setter: void Flow1D::enableSoret(bool)
| handle | Handle to queried Flow1D object. |
| withSoret | Undocumented. |
Definition at line 493 of file ctdomain.cpp.
| int32_t flow_setPressure | ( | int32_t | handle, |
| double | p | ||
| ) |
Set the pressure.
Wraps C++ setter: void Flow1D::setPressure(double)
| handle | Handle to queried Flow1D object. |
| p | Undocumented. |
Definition at line 505 of file ctdomain.cpp.
| double flow_pressure | ( | int32_t | handle | ) |
The current pressure [Pa].
Wraps C++ getter: double Flow1D::pressure()
| handle | Handle to queried Flow1D object. |
Definition at line 516 of file ctdomain.cpp.
| int32_t flow_setFixedTempProfile | ( | int32_t | handle, |
| int32_t | zfixedLen, | ||
| const double * | zfixed, | ||
| int32_t | tfixedLen, | ||
| const double * | tfixed | ||
| ) |
Set fixed temperature profile.
Wraps C++ method: void Flow1D::setFixedTempProfile(const vector<double>&, const vector<double>&)
| handle | Handle to queried Flow1D object. | |
| [in] | zfixedLen | Length of vector reserved for zfixed. |
| zfixed | Vector containing locations where profile is specified. | |
| [in] | tfixedLen | Length of vector reserved for tfixed. |
| tfixed | Vector containing specified temperatures. |
Definition at line 526 of file ctdomain.cpp.
| int32_t flow_solveEnergyEqn | ( | int32_t | handle, |
| int32_t | j | ||
| ) |
Specify that the energy equation should be solved at point j.
Wraps C++ setter: void Flow1D::solveEnergyEqn(size_t)
| handle | Handle to queried Flow1D object. |
| j | Point at which to enable the energy equation. npos means all points. |
Definition at line 539 of file ctdomain.cpp.
| int32_t flow_allOfEnergyEnabled | ( | int32_t | handle | ) |
Check if energy is enabled for entire domain.
Wraps C++ getter: bool Flow1D::allOfEnergyEnabled()
| handle | Handle to queried Flow1D object. |
Definition at line 550 of file ctdomain.cpp.
| int32_t flow_noneOfEnergyEnabled | ( | int32_t | handle | ) |
Check if energy is disabled for entire domain.
Wraps C++ getter: bool Flow1D::noneOfEnergyEnabled()
| handle | Handle to queried Flow1D object. |
Definition at line 561 of file ctdomain.cpp.
| int32_t flow_setEnergyEnabled | ( | int32_t | handle, |
| int32_t | flag | ||
| ) |
Set energy enabled flag for entire domain.
Wraps C++ setter: void Flow1D::setEnergyEnabled(bool)
| handle | Handle to queried Flow1D object. |
| flag | Undocumented. |
Definition at line 572 of file ctdomain.cpp.
| int32_t reactingsurf_enableCoverageEquations | ( | int32_t | handle, |
| int32_t | docov | ||
| ) |
Set whether to solve the equations for the surface species coverages.
Wraps C++ setter: void ReactingSurf1D::enableCoverageEquations(bool)
| handle | Handle to queried ReactingSurf1D object. |
| docov | Undocumented. |
Definition at line 584 of file ctdomain.cpp.
| int32_t domain_getRefineCriteria | ( | int32_t | handle, |
| int32_t | bufLen, | ||
| double * | buf | ||
| ) |
Get the grid refinement criteria.
Wraps C++ getter: vector<double> Domain1D::getRefineCriteria()
| handle | Handle to queried Domain1D object. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned array value. |
Definition at line 596 of file ctdomain.cpp.
| int32_t domain_setRefineCriteria | ( | int32_t | handle, |
| double | ratio, | ||
| double | slope, | ||
| double | curve, | ||
| double | prune | ||
| ) |
Set grid refinement criteria.
Wraps C++ method: void Domain1D::setRefineCriteria(double, double, double, double)
| handle | Handle to queried Domain1D object. |
| ratio | Undocumented. |
| slope | Undocumented. |
| curve | Undocumented. |
| prune | Undocumented. |
Definition at line 610 of file ctdomain.cpp.
| int32_t domain_info | ( | int32_t | handle, |
| int32_t | rows, | ||
| int32_t | width, | ||
| int32_t | bufLen, | ||
| char * | buf | ||
| ) |
Return a concise summary of a Domain.
Wraps C++ method: string Domain1D::_info(int, int)
| handle | Handle to queried Domain1D object. | |
| rows | Maximum number of rendered rows. | |
| width | Maximum width of rendered output. | |
| [in] | bufLen | Length of reserved array. |
| [out] | buf | Returned string value. |
Definition at line 621 of file ctdomain.cpp.
| int32_t domain_del | ( | int32_t | handle | ) |
Delete Domain1D object.
Wraps C++ destructor: undefined
| handle | Handle to Domain1D object. |
Definition at line 633 of file ctdomain.cpp.
| int32_t domain_cabinetSize | ( | ) |
Return size of Domain1D storage.
Wraps C++ reserved CLib function: custom code
Definition at line 644 of file ctdomain.cpp.