Class ClimateSettings
Inheritance
System.Object
ClimateSettings
Assembly: Eco.Simulation.dll
Syntax
public class ClimateSettings : Object
Constructors
ClimateSettings()
Declaration
Fields
ParticlesPerTon
Declaration
public const float ParticlesPerTon = 1000000F
Field Value
Type |
Description |
System.Single |
|
Properties
AirPressure
Declaration
public float AirPressure { get; set; }
Property Value
Type |
Description |
System.Single |
|
AtmosphereDisplayEnabled
Declaration
public bool AtmosphereDisplayEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AtmospherePressureKgPerM2
Declaration
public float AtmospherePressureKgPerM2 { get; set; }
Property Value
Type |
Description |
System.Single |
|
AtmosphereSizeInTons
Declaration
public float AtmosphereSizeInTons { get; }
Property Value
Type |
Description |
System.Single |
|
AtmosphereVolume
Declaration
public double AtmosphereVolume { get; set; }
Property Value
Type |
Description |
System.Double |
|
CO2ppmPerDegreeTemperatureRise
Declaration
public float CO2ppmPerDegreeTemperatureRise { get; set; }
Property Value
Type |
Description |
System.Single |
|
CO2ppmPerSeaLevelMeterRise
Declaration
public float CO2ppmPerSeaLevelMeterRise { get; set; }
Property Value
Type |
Description |
System.Single |
|
InitialCO2Percent
Declaration
public float InitialCO2Percent { get; set; }
Property Value
Type |
Description |
System.Single |
|
InitialNitrogenPercent
Declaration
public float InitialNitrogenPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
InitialOxygenPercent
Declaration
public float InitialOxygenPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxCO2PerDayFromAnimals
Declaration
public float MaxCO2PerDayFromAnimals { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxDebrisBlocks
Declaration
public float MaxDebrisBlocks { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxSeaLevelRise
Declaration
public float MaxSeaLevelRise { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxSeaLevelRiseRatePerDay
Declaration
public float MaxSeaLevelRiseRatePerDay { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxTemperatureChangePerDay
Declaration
public float MaxTemperatureChangePerDay { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxTemperatureRise
Declaration
public float MaxTemperatureRise { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinCO2PerDayFromPlants
Declaration
public float MinCO2PerDayFromPlants { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinCO2ppm
Declaration
public float MinCO2ppm { get; set; }
Property Value
Type |
Description |
System.Single |
|
PollutionMultiplier
Declaration
public float PollutionMultiplier { get; set; }
Property Value
Type |
Description |
System.Single |
|
PollutionPerTailingPerTick
Declaration
public float PollutionPerTailingPerTick { get; set; }
Property Value
Type |
Description |
System.Single |
|
PPMPerTon
Declaration
public float PPMPerTon { get; set; }
Property Value
Type |
Description |
System.Single |
|
SeaLevelSimEnabled
Declaration
public bool SeaLevelSimEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SeaLevelsRiseAtCO2ppm
Declaration
public float SeaLevelsRiseAtCO2ppm { get; set; }
Property Value
Type |
Description |
System.Single |
|
TailingsPollutionUndergroundHalvingDistance
Declaration
public float TailingsPollutionUndergroundHalvingDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
TemperatureSimEnabled
Declaration
public bool TemperatureSimEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TemperaturesRiseAtCO2ppm
Declaration
public float TemperaturesRiseAtCO2ppm { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
PpmToTons(Single)
Declaration
public float PpmToTons(float ppm)
Parameters
Type |
Name |
Description |
System.Single |
ppm |
|
Returns
Type |
Description |
System.Single |
|
TonsToPpm(Single)
Declaration
public float TonsToPpm(float tons)
Parameters
Type |
Name |
Description |
System.Single |
tons |
|
Returns
Type |
Description |
System.Single |
|