File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
VehicleInterfaces/Atmospheres Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ within VehicleInterfaces.Atmospheres;
22model ConstantAtmosphere "Atmospheres with constant conditions"
33 extends VehicleInterfaces.Icons.Atmosphere;
44 extends VehicleInterfaces.Atmospheres.Interfaces.Base(
5- redeclare final function windVelocity = constantWindVelocity (windVelocity= v),
6- redeclare final function density = constantDensity (density= rho),
7- redeclare final function temperature = constantTemperature (T0= T),
8- redeclare final function humidity = constantHumidity (h0= h));
5+ redeclare function windVelocity = constantWindVelocity(windVelocity= v),
6+ redeclare function density = constantDensity(density= rho),
7+ redeclare function temperature = constantTemperature(T0= T),
8+ redeclare function humidity = constantHumidity(h0= h));
99
1010 parameter SI.Velocity[3 ] v= zeros (3 ) "Wind velocity" ;
1111 parameter SI.AbsolutePressure ambientPressure= 101300
You can’t perform that action at this time.
0 commit comments