mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[sourcegen] Add Solution methods to clib-experimental
This commit is contained in:
parent
fcca4f4d65
commit
e72715c0ab
@ -24,5 +24,5 @@ recipes:
|
||||
- name: suppress_thermo_warnings
|
||||
- name: clearStorage
|
||||
- name: resetStorage
|
||||
# - name: setLogWriter # only used by .NET API
|
||||
# - name: setLogCallback # only used by .NET API
|
||||
- name: setLogWriter
|
||||
- name: setLogCallback
|
||||
|
@ -23,6 +23,7 @@ recipes:
|
||||
- name: thermo
|
||||
- name: kinetics
|
||||
- name: transport
|
||||
- name: transportModel
|
||||
- name: setTransportModel
|
||||
code: |-
|
||||
try {
|
||||
@ -40,4 +41,5 @@ recipes:
|
||||
uses: [thermo, kinetics, transport]
|
||||
what: constructor # registers object in CLib storage
|
||||
- name: adjacentName
|
||||
- name: source
|
||||
- name: cabinetSize
|
||||
|
@ -7,8 +7,8 @@
|
||||
ignore_files: []
|
||||
|
||||
# Ignore these specific functions:
|
||||
ignore_funcs: {}
|
||||
# ctsol_auto.yaml: [setTransport]
|
||||
ignore_funcs:
|
||||
ct_auto.yaml: [setLogWriter, setLogCallback]
|
||||
|
||||
# Cabinets with associated includes
|
||||
includes:
|
||||
|
Loading…
Reference in New Issue
Block a user