Environment

model Environment
    parameter Modelica.SIunits.Temperature TAmbient = 294.15;
    parameter Modelica.SIunits.AbsolutePressure pAmbient = 101325;
    parameter Modelica.SIunits.Acceleration g = 9.81;

    annotation (
        defaultComponentName = "environment",
        defaultComponentPrefixes = "inner",
        missingInnerMessage = "No 'Environment' component is defined. A default Environment\n                         component with default parameters will be used. If this is\n                         not desired, drag FluidHydraulics.Media.TestEnvironment into\n                         the top level of your model.",
        Icon(
            coordinateSystem(
                preserveAspectRatio = true,
                extent = {
                    {-100, -100}, 
                    {100, 100}}),
            graphics = {
                Ellipse(
                    extent = {
                        {-100, 100}, 
                        {100, -100}},
                    lineColor = {0, 93, 152},
                    fillPattern = FillPattern.Sphere,
                    fillColor = {150, 230, 255}), 
                Line(
                    color = {0, 0, 255},
                    points = {
                        {0, 100}, 
                        {0, -100}}), 
                Line(
                    color = {0, 0, 255},
                    points = {
                        {-100, 0}, 
                        {100, 0}}), 
                Line(
                    color = {0, 0, 255},
                    points = {
                        {0, 100}, 
                        {22, 80}, 
                        {35, 60}, 
                        {44, 40}, 
                        {50, 20}, 
                        {50, -20}, 
                        {44, -40}, 
                        {35, -60}, 
                        {22, -80}, 
                        {0, -100}}), 
                Line(
                    color = {0, 0, 255},
                    points = {
                        {0, 100}, 
                        {-22, 80}, 
                        {-35, 60}, 
                        {-44, 40}, 
                        {-50, 20}, 
                        {-50, -20}, 
                        {-44, -40}, 
                        {-35, -60}, 
                        {-22, -80}, 
                        {0, -100}}), 
                Line(
                    color = {0, 0, 255},
                    points = {
                        {80, -58}, 
                        {60, -45}, 
                        {40, -36}, 
                        {20, -30}, 
                        {-20, -30}, 
                        {-40, -36}, 
                        {-60, -45}, 
                        {-80, -58}}), 
                Line(
                    color = {0, 0, 255},
                    points = {
                        {80, 58}, 
                        {60, 45}, 
                        {40, 36}, 
                        {20, 30}, 
                        {-20, 30}, 
                        {-40, 36}, 
                        {-60, 45}, 
                        {-80, 58}})}));
end Environment;