mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[sourcegen] Add Connector crosswalk
This commit is contained in:
parent
7809c7355a
commit
7bd0303a72
@ -24,6 +24,7 @@ class_crosswalk:
|
||||
trans: Transport
|
||||
wall: Wall
|
||||
func: Func1
|
||||
connector: Connector
|
||||
|
||||
# Provides information on instance methods that return instances
|
||||
# of other C# classes.
|
||||
@ -42,6 +43,8 @@ class_accessors:
|
||||
# Derived: Base
|
||||
derived_handles:
|
||||
SurfaceHandle: ThermoPhaseHandle
|
||||
WallHandle: ConnectorHandle
|
||||
FlowDeviceHandle: ConnectorHandle
|
||||
|
||||
# Provides info for scaffolding higher-level idiomatic C# classes
|
||||
# At this stage, we can scaffold simple properties that follow the
|
||||
|
Loading…
Reference in New Issue
Block a user