cantera/interfaces/matlab/toolbox/@FlowDevice
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
..
private Normalized whitespace and indentation in the matlab toolbox 2012-03-15 19:52:58 +00:00
clear.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
FlowDevice.m [Reactor] Deprecating magic numbers. 2019-08-01 15:37:48 -04:00
install.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
massFlowRate.m [Doc/Matlab] Add documentation for all Matlab functions 2014-07-18 14:35:41 +00:00
setFunction.m [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
setMassFlowRate.m [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
setValveCoeff.m [Reactor] Deprecating magic numbers. 2019-08-01 15:37:48 -04:00