File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Psychrometrics_Engine/Compute Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ namespace BH.Engine.Psychrometrics
35
35
public static partial class Compute
36
36
{
37
37
[ Description ( "Calculates density from dry-bulb temperature and humidity ratio." ) ]
38
- [ Input ( "dryBulbTemperature" , "dry-bulb temperature (C)" ) ]
39
- [ Input ( "humidityRatio" , "humidity ratio (kg_water/kg_dryair)" ) ]
40
- [ Input ( "pressure" , "pressure (Pa)" ) ]
41
- [ Output ( "density" , "density(kg/m3)" ) ]
38
+ [ Input ( "dryBulbTemperature" , "dry-bulb temperature (C). " ) ]
39
+ [ Input ( "humidityRatio" , "humidity ratio (kg_water/kg_dryair). " ) ]
40
+ [ Input ( "pressure" , "pressure (Pa). " ) ]
41
+ [ Output ( "density" , "density(kg/m3). " ) ]
42
42
public static double DensityHumidityRatio ( double dryBulbTemperature , double humidityRatio , double pressure )
43
43
{
44
44
PsychroLib . Psychrometrics psy = new PsychroLib . Psychrometrics ( PsychroLib . UnitSystem . SI ) ;
You can’t perform that action at this time.
0 commit comments