cantera/samples/cxx
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
..
bvp [Samples] Remove unused methods of class BoundaryValueProblem 2018-11-11 22:17:20 -05:00
combustor [Reactor] clarify FlowDevice interface 2019-08-05 17:01:05 -04:00
flamespeed [1D/samples] Fix C++ flame speed example 2019-02-04 16:38:40 -05:00
kinetics1 [Samples] Remove unused function 'writeCanteraHeader' 2016-10-13 18:40:03 -04:00
LiC6_electrode [C++] Clean up of top-level headers 2016-05-14 16:10:10 -04:00
NASA_coeffs [Samples] Replace printf with writelog 2016-10-28 19:05:24 -04:00
openmp_ignition Build the samples on the CI services 2019-06-17 10:29:20 -04:00
rankine [Samples] Update to not use PureFluid wrapper 2019-07-30 13:24:11 -04:00
CMakeLists.txt.in [Samples] Add C++ OpenMP example 2017-01-28 15:07:15 -05:00
demo.cpp [Samples] Replace printf with writelog 2016-10-28 19:05:24 -04:00
Makefile.in [SCons] Fix Makefiles generated for C++ examples 2016-07-22 13:09:54 -04:00
SConscript [Samples] Fix include path for compiling C++ samples with 'scons samples' 2019-06-25 22:30:59 -04:00
SConstruct.in [SCons] SConstruct for C++ demos inherits compiler and options 2016-04-06 22:07:51 -04:00