cantera/interfaces/cython/cantera
Ingmar Schoegl bc8b4be654 [Reactor] clarify FlowDevice interface
* differentiated Valve::setValveCoeff from PressureController::setPressureCoeff
 and introduced MassFlowController::setMassFlowCoeff for consistency.
 * introduced FlowDevice::setTimeFunction and FlowDevice::setPressureFunction to
 differentiate time-dependent and pressure-dependent functions.
 * introduced arbitrary pressure dependence for PressureController
 * deprecated FlowDevice::setFunction which is replaced by time and pressure
 specific functions.
 * introduced properties Valve.valve_coeff / PressureController.pressure_coeff /
 MassFlowController.mass_flow_coeff in Cython interface and deprecated
 Valve.set_pressure_coeff / PressureController.set_pressure_coeff
 * deprecated corresponding function calls in clib interface
 * deprecate FlowDevice.setParameters (which was only used by MATLAB interface)
2019-08-05 17:01:05 -04:00
..
data Include data files with the new Python module 2012-09-06 19:56:51 +00:00
examples [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
test [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
__init__.pxd [Cython] Add __init__.pxd to allow 'from cantera cimport ...' 2013-09-28 18:18:23 +00:00
__init__.py Add methods for accessing the git commit used when compiling 2017-01-20 22:43:56 -05:00
_cantera.pxd [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
_cantera.pyx Add Cython language_level directive to _cantera.pyx 2019-03-11 17:00:13 -04:00
base.pyx Add AnyValue::getMapWhere function 2019-06-25 22:30:59 -04:00
ck2cti.py [ck2cti] Fix Chebyshev rate constant when using local quantity units 2019-02-28 22:37:38 -05:00
ck2yaml.py Bump version to 2.5.0a3 2019-06-27 18:29:21 -04:00
composite.py [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
constants.pyx Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
cti2yaml.py [CTI/YAML] Check convert arguments in cti2yaml 2019-06-29 17:02:41 -04:00
ctml_writer.py Fixed typo in ctml_writer.py 2019-08-01 15:56:45 -04:00
func1.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
interrupts.py [Cython/1D] 1D solver can be interrupted by ctrl-c 2013-03-04 17:31:41 +00:00
kinetics.pyx Add InterfaceKinetics.advance_coverages integrator options to the cython interface, and test 2019-04-10 22:14:27 -04:00
liquidvapor.py [Python] Make transport properties accessible with the Water() function 2018-09-07 23:24:23 -04:00
mixture.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
onedim.py [Python/1D] Retain user-specified products in counterflow premixed flame 2019-01-09 11:44:03 -05:00
onedim.pyx addresses issue #615 2019-05-09 22:21:35 -04:00
reaction.pyx [Python] Implement Reaction constructors from YAML files/strings 2019-06-25 22:30:59 -04:00
reactionpath.pyx Add Cython language_level directive to _cantera.pyx 2019-03-11 17:00:13 -04:00
reactor.pyx [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
speciesthermo.pyx Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
thermo.pyx [Input] Fix Species.listFromYaml when reading from a subsection 2019-06-25 22:30:59 -04:00
transport.pyx [Python] Use shared_ptr for C++ objects owned by Solution 2019-06-25 22:30:59 -04:00
utils.py Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
utils.pyx [Test] Make testing of deprecated methods possible 2019-06-25 22:30:59 -04:00