File tree 2 files changed +30
-0
lines changed
interfaces/sourcegen/sourcegen
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is part of Cantera. See License.txt in the top-level directory or
2
+ # at https://cantera.org/license.txt for license and copyright information.
3
+
4
+ docstring : |-
5
+ Auto-generated CLib API for %Cantera's ReactorNet class.
6
+ Partially implements a replacement for CLib's traditional @c ctreactor library.
7
+ prefix : reactornet3
8
+ base : ReactorNet
9
+ recipes :
10
+ - name : new
11
+ # implements: newReactorNet
12
+ - name : setInitialTime
13
+ - name : setMaxTimeStep
14
+ - name : setTolerances
15
+ - name : setSensitivityTolerances
16
+ # - name: addReactor # uses Reactor&
17
+ - name : advance
18
+ implements : advance(double)
19
+ - name : step
20
+ - name : time
21
+ - name : rtol
22
+ - name : atol
23
+ - name : sensitivity
24
+ implements : sensitivity(const string&, size_t, int)
25
+ # service functions
26
+ - name : del
27
+ - name : cabinetSize
28
+ - name : parentHandle
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ includes:
48
48
- cantera/zeroD/ConnectorFactory.h
49
49
- cantera/zeroD/flowControllers.h
50
50
- cantera/zeroD/Wall.h
51
+ ReactorNet :
52
+ - cantera/zeroD/ReactorNet.h
51
53
Domain1D :
52
54
- cantera/oneD/DomainFactory.h
53
55
Flow1D :
You can’t perform that action at this time.
0 commit comments