Skip to content

Commit

Permalink
test BOM hook
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 6, 2023
1 parent 41fb9b3 commit 85b46a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ block AirMass
"Air mass calculation depening on zenith angle and height of object"
extends Modelica.Blocks.Icons.Block;
parameter Modelica.Units.SI.Height alt "Height of object";

Modelica.Blocks.Interfaces.RealInput zenAng(final unit="rad", final displayUnit="deg") "Zenith angle for object"
annotation (Placement(transformation(extent={{-140,-20},{-100,20}})));
Modelica.Blocks.Interfaces.RealOutput airMas(final unit="1")
Expand Down

0 comments on commit 85b46a4

Please sign in to comment.