OpenTD.RcConductorData Class Reference
Last update: 16.07.2025<exclude > More...
Inheritance diagram for OpenTD.RcConductorData:

Public Types | |
| enum | CorrelationTypes { NO_CORRELATION , VERT_FLAT_PLATE_ISOTHERMAL , VERT_FLAT_PLATE_ISOFLUX , VERT_CYLINDER_ISOTHERMAL , VERT_CYLINDER_ISOFLUX , HORIZ_FLAT_UP_HEAT_OR_DOWN_COOL , HORIZ_FLAT_DOWN_HEAT_UP_COOL , HORIZ_FLAT_UPSIDE , HORIZ_FLAT_DOWNSIDE , HORIZ_CYL_ISOTHERMAL , RECT_FINS_ISOTHERMAL , SPHERE_GAS_INSIDE , FUNCTION_OF_TEMP_DIFF , EXTERNAL_FLAT_PLATE , EXTERNAL_CYLINDER , EXTERNAL_SPHERE , EXTERNAL_OBJ , EXTERNAL_TUBE_BANK , ADVECTION } |
| Convection correlations. More... | |
| enum | FluidTypes { LIQUID = 0 , GAS = 1 } |
| Liquid or gas for convection coorelations. More... | |
| enum | OneWayTypes { BIDIRECTIONAL , FROM2TO , TO2FROM } |
| Type of one-way conductor. More... | |
| enum | AppliedTypeBoundaryCond { SURFACE , NODE , SOLID , EDGEABT , NOTSPECIFIED , LUMP } |
| What type of entity a conductor is applied to. More... | |
Public Member Functions | |
| RcConductorData () | |
| void | CheckData () |
| override string | ToString () |
| void | SetFrom (TdDbEntityData x) |
| void | SetFrom (DbObject x) |
| void | SetFrom (OpenTDObject x) |
| override void | Update () |
| Updates the TD entity with the latest client data. | |
| override void | UpdateFromTD () |
| Updates the client-side instance with the latest data from the TD entity. | |
| override void | CreateIn (ThermalDesktop td) |
| Creates the TD entity in the specified TD instance. | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| void | UpdateIn (ThermalDesktop td) |
| Updates the TD entity corresponding to this object in the specified TD instance, if possible. | |
Static Public Member Functions | |
| static bool | operator== (DbObject first, DbObject second) |
| static bool | operator!= (DbObject first, DbObject second) |
Protected Member Functions | |
| string | ToString (string Submodel, string Id, string Comment) |
| string | ToString (string Submodel, int Id, string Comment) |
Protected Attributes | |
| ITdCommander | TdProxy |
Properties | |
| Connection | From [get, set] |
| List< Connection > | To [get, set] |
| string | Name [get, set] |
| SubmodelNameData | Submodel [get, set] |
| int | Id [get, set] |
| double | Value [get, set] |
| ExpressionData | ValueExp [get, set] |
| int | UseMaterial [get, set] |
| string | ThermoMaterial [get, set] |
| int | IsRadiation [get, set] |
| int | IsPerArea [get, set] |
| int | UseMLINodes [get, set] |
| OneWayTypes | OneWay [get, set] |
| int | UseVersusTime [get, set] |
| DimensionalList< Time > | TimeArray [get, set] |
| ListSI | ValueArraySI [get, set] |
| Note that this array is always in SI units, regardless of WorkingUnits. | |
| int | UseVsTempDiff [get, set] |
| DimensionalList< TempAbs > | TempDiffArray [get, set] |
| ListSI | ValueDiffArraySI [get, set] |
| Note that this array is always in SI units, regardless of WorkingUnits. | |
| CorrelationTypes | CorrelationType [get, set] |
| double | NcMultFactor [get, set] |
| ExpressionData | NcMultFactorExp [get, set] |
| Dimensional< ModelLength > | NcHeight [get, set] |
| ExpressionData | NcHeightExp [get, set] |
| Dimensional< ModelLength > | NcDiameter [get, set] |
| ExpressionData | NcDiameterExp [get, set] |
| Dimensional< ModelLength > | NcCharLength [get, set] |
| ExpressionData | NcCharLengthExp [get, set] |
| Dimensional< ModelLength > | NcWidth [get, set] |
| ExpressionData | NcWidthExp [get, set] |
| Dimensional< ModelLength > | NcGap [get, set] |
| ExpressionData | NcGapExp [get, set] |
| Dimensional< Angle > | NcAngleFromVert [get, set] |
| ExpressionData | NcAngleFromVertExp [get, set] |
| Dimensional< Pressure > | NcPressure [get, set] |
| ExpressionData | NcPressureExp [get, set] |
| Dimensional< Flux > | NcFlux [get, set] |
| ExpressionData | NcFluxExp [get, set] |
| double | NcTempDiffMult [get, set] |
| ExpressionData | NcTempDiffMultExp [get, set] |
| double | NcTempDiffExponent [get, set] |
| ExpressionData | NcTempDiffExponentExp [get, set] |
| FluidTypes | NcLiquidOrGas [get, set] |
| int | FluidId [get, set] |
| NetworkLogicData | TCode [get, set] |
| ExpressionData | EnabledExp [get, set] |
| string | FluidName [get, set] |
| double | NuNum [get, set] |
| ExpressionData | NuNumExp [get, set] |
| double | ReEx [get, set] |
| ExpressionData | ReExExp [get, set] |
| double | PrEx [get, set] |
| ExpressionData | PrExExp [get, set] |
| Dimensional< Velocity > | Velocity [get, set] |
| ExpressionData | VelocityExp [get, set] |
| AppliedTypeBoundaryCond | AppliedType [get, set] |
| int | OneWayAdvection [get, set] |
| bool | UseGlobalAccelm [get, set] |
| string | Layer [get, set] |
| int | ColorIndex [get, set] |
| Specifies a color. See the AutoCAD Layer Properties Manager for valid values. | |
| string | Handle [get, set] |
| string | TypeName [get, set] |
| string | TdClassName [get] |
Detailed Description
<exclude >
Member Enumeration Documentation
◆ AppliedTypeBoundaryCond
◆ CorrelationTypes
Convection correlations.
◆ FluidTypes
◆ OneWayTypes
Constructor & Destructor Documentation
◆ RcConductorData()
|
inline |
Member Function Documentation
◆ CheckData()
|
inline |
◆ CreateIn()
|
inlineinherited |
Creates the TD entity in the specified TD instance.
Implements OpenTD.IReassignable.
◆ Equals()
|
inlineinherited |
◆ GetHashCode()
|
inlineinherited |
◆ operator!=()
◆ operator==()
◆ SetFrom() [1/3]
|
inlineinherited |
◆ SetFrom() [2/3]
|
inlineinherited |
◆ SetFrom() [3/3]
|
inlineinherited |
◆ ToString() [1/3]
|
inline |
◆ ToString() [2/3]
|
inlineprotectedinherited |
◆ ToString() [3/3]
|
inlineprotectedinherited |
◆ Update()
|
inlineinherited |
Updates the TD entity with the latest client data.
Implements OpenTD.IUpdatable.
◆ UpdateFromTD()
|
inlineinherited |
Updates the client-side instance with the latest data from the TD entity.
Implements OpenTD.IUpdatable.
◆ UpdateIn()
|
inlineinherited |
Updates the TD entity corresponding to this object in the specified TD instance, if possible.
Implements OpenTD.IReassignable.
Member Data Documentation
◆ TdProxy
|
protectedinherited |
Property Documentation
◆ AppliedType
|
getset |
◆ ColorIndex
|
getsetinherited |
Specifies a color. See the AutoCAD Layer Properties Manager for valid values.
◆ CorrelationType
|
getset |
◆ EnabledExp
|
getset |
◆ FluidId
|
getset |
◆ FluidName
|
getset |
◆ From
|
getset |
◆ Handle
|
getsetinherited |
◆ Id
|
getset |
◆ IsPerArea
|
getset |
◆ IsRadiation
|
getset |
◆ Layer
|
getsetinherited |
◆ Name
|
getset |
◆ NcAngleFromVert
|
getset |
◆ NcAngleFromVertExp
|
getset |
◆ NcCharLength
|
getset |
◆ NcCharLengthExp
|
getset |
◆ NcDiameter
|
getset |
◆ NcDiameterExp
|
getset |
◆ NcFlux
|
getset |
◆ NcFluxExp
|
getset |
◆ NcGap
|
getset |
◆ NcGapExp
|
getset |
◆ NcHeight
|
getset |
◆ NcHeightExp
|
getset |
◆ NcLiquidOrGas
|
getset |
◆ NcMultFactor
|
getset |
◆ NcMultFactorExp
|
getset |
◆ NcPressure
|
getset |
◆ NcPressureExp
|
getset |
◆ NcTempDiffExponent
|
getset |
◆ NcTempDiffExponentExp
|
getset |
◆ NcTempDiffMult
|
getset |
◆ NcTempDiffMultExp
|
getset |
◆ NcWidth
|
getset |
◆ NcWidthExp
|
getset |
◆ NuNum
|
getset |
◆ NuNumExp
|
getset |
◆ OneWay
|
getset |
◆ OneWayAdvection
|
getset |
◆ PrEx
|
getset |
◆ PrExExp
|
getset |
◆ ReEx
|
getset |
◆ ReExExp
|
getset |
◆ Submodel
|
getset |
◆ TCode
|
getset |
◆ TdClassName
|
getinherited |
◆ TempDiffArray
|
getset |
◆ ThermoMaterial
|
getset |
◆ TimeArray
|
getset |
◆ To
|
getset |
◆ TypeName
|
getsetinherited |
◆ UseGlobalAccelm
|
getset |
◆ UseMaterial
|
getset |
◆ UseMLINodes
|
getset |
◆ UseVersusTime
|
getset |
◆ UseVsTempDiff
|
getset |
◆ Value
|
getset |
◆ ValueArraySI
|
getset |
Note that this array is always in SI units, regardless of WorkingUnits.
◆ ValueDiffArraySI
|
getset |
Note that this array is always in SI units, regardless of WorkingUnits.
◆ ValueExp
|
getset |
◆ Velocity
|
getset |
◆ VelocityExp
|
getset |
The documentation for this class was generated from the following file:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/OpenTD/OpenTD/Conductor.cs