@@ -39,47 +39,27 @@ public class SimulationResult : BHoMObject
3939
4040 // simulated properties
4141 [ Description ( "The simulated property from this object." ) ]
42- public virtual CustomObject ShadedDownDirectIrradiance { get ; set ; } = new CustomObject ( ) ;
43- [ Description ( "The simulated property from this object." ) ]
44- public virtual CustomObject ShadedDownDiffuseIrradiance { get ; set ; } = new CustomObject ( ) ;
45- [ Description ( "The simulated property from this object." ) ]
46- public virtual CustomObject ShadedDownTotalIrradiance { get ; set ; } = new CustomObject ( ) ;
47- [ Description ( "The simulated property from this object." ) ]
4842 public virtual CustomObject ShadedDownTemperature { get ; set ; } = new CustomObject ( ) ;
4943 [ Description ( "The simulated property from this object." ) ]
50- public virtual CustomObject ShadedUpDiffuseIrradiance { get ; set ; } = new CustomObject ( ) ;
51- [ Description ( "The simulated property from this object." ) ]
52- public virtual CustomObject ShadedUpDirectIrradiance { get ; set ; } = new CustomObject ( ) ;
53- [ Description ( "The simulated property from this object." ) ]
54- public virtual CustomObject ShadedUpTotalIrradiance { get ; set ; } = new CustomObject ( ) ;
55- [ Description ( "The simulated property from this object." ) ]
5644 public virtual CustomObject ShadedUpTemperature { get ; set ; } = new CustomObject ( ) ;
5745 [ Description ( "The simulated property from this object." ) ]
58- public virtual CustomObject ShadedLongwaveMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
59- [ Description ( "The simulated property from this object." ) ]
60- public virtual CustomObject ShadedShortwaveMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
46+ public virtual CustomObject ShadedRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
6147 [ Description ( "The simulated property from this object." ) ]
62- public virtual CustomObject ShadedMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
63- [ Description ( "The simulated property from this object." ) ]
64- public virtual CustomObject UnshadedDownDiffuseIrradiance { get ; set ; } = new CustomObject ( ) ;
48+ public virtual CustomObject ShadedLongwaveMeanRadiantTemperatureDelta { get ; set ; } = new CustomObject ( ) ;
6549 [ Description ( "The simulated property from this object." ) ]
66- public virtual CustomObject UnshadedDownDirectIrradiance { get ; set ; } = new CustomObject ( ) ;
50+ public virtual CustomObject ShadedShortwaveMeanRadiantTemperatureDelta { get ; set ; } = new CustomObject ( ) ;
6751 [ Description ( "The simulated property from this object." ) ]
68- public virtual CustomObject UnshadedDownTotalIrradiance { get ; set ; } = new CustomObject ( ) ;
52+ public virtual CustomObject ShadedMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
6953 [ Description ( "The simulated property from this object." ) ]
7054 public virtual CustomObject UnshadedDownTemperature { get ; set ; } = new CustomObject ( ) ;
7155 [ Description ( "The simulated property from this object." ) ]
72- public virtual CustomObject UnshadedUpDiffuseIrradiance { get ; set ; } = new CustomObject ( ) ;
73- [ Description ( "The simulated property from this object." ) ]
74- public virtual CustomObject UnshadedUpDirectIrradiance { get ; set ; } = new CustomObject ( ) ;
75- [ Description ( "The simulated property from this object." ) ]
76- public virtual CustomObject UnshadedUpTotalIrradiance { get ; set ; } = new CustomObject ( ) ;
77- [ Description ( "The simulated property from this object." ) ]
7856 public virtual CustomObject UnshadedUpTemperature { get ; set ; } = new CustomObject ( ) ;
7957 [ Description ( "The simulated property from this object." ) ]
80- public virtual CustomObject UnshadedLongwaveMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
58+ public virtual CustomObject UnshadedRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
59+ [ Description ( "The simulated property from this object." ) ]
60+ public virtual CustomObject UnshadedLongwaveMeanRadiantTemperatureDelta { get ; set ; } = new CustomObject ( ) ;
8161 [ Description ( "The simulated property from this object." ) ]
82- public virtual CustomObject UnshadedShortwaveMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
62+ public virtual CustomObject UnshadedShortwaveMeanRadiantTemperatureDelta { get ; set ; } = new CustomObject ( ) ;
8363 [ Description ( "The simulated property from this object." ) ]
8464 public virtual CustomObject UnshadedMeanRadiantTemperature { get ; set ; } = new CustomObject ( ) ;
8565 }
0 commit comments