- Timestamp:
- 02/06/08 17:00:26 (8 months ago)
- Location:
- trunk/Modelica/Mechanics
- Files:
-
- 2 modified
-
Rotational.mo (modified) (2 diffs)
-
Translational.mo (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modelica/Mechanics/Rotational.mo
r1011 r1030 3064 3064 SI.Torque tauLossMin "Torque loss for negative speed"; 3065 3065 3066 Boolean tau_aPos "true, if torque of flange_a is not negative"; 3067 Boolean startForward "true, if starting to roll forward"; 3068 Boolean startBackward "true, if starting to roll backward"; 3069 Boolean locked "true, if gear is locked"; 3066 Boolean tau_aPos(start=true) 3067 "true, if torque of flange_a is not negative"; 3068 Boolean startForward(start=false) "true, if starting to roll forward"; 3069 Boolean startBackward(start=false) "true, if starting to roll backward"; 3070 Boolean locked(start=false) "true, if gear is locked"; 3070 3071 3071 3072 Boolean ideal "true, if losses are neglected"; … … 5598 5599 -100},{100,100}}), graphics), Icon(coordinateSystem( 5599 5600 preserveAspectRatio=true, extent={{-100,-100},{100,100}}), 5600 graphics={ 5601 Ellipse( 5601 graphics={Ellipse( 5602 5602 extent={{-20,20},{20,-20}}, 5603 5603 lineColor={135,135,135}, 5604 5604 fillColor={175,175,175}, 5605 fillPattern=FillPattern.Solid), 5606 Text( 5605 fillPattern=FillPattern.Solid), Text( 5607 5606 extent={{-200,80},{200,40}}, 5608 5607 lineColor={0,0,255}, 5609 5608 fillColor={175,175,175}, 5610 5609 fillPattern=FillPattern.Solid, 5611 textString="%name"), 5612 Text( 5613 extent={{-200,-38},{200,-78}}, 5614 lineColor={0,0,255}, 5615 fillColor={175,175,175}, 5616 fillPattern=FillPattern.Solid, 5617 textString="tau=%tau")}), 5610 textString="%name")}), 5618 5611 Documentation(info="<html> 5619 5612 <p> -
trunk/Modelica/Mechanics/Translational.mo
r998 r1030 3579 3579 3580 3580 annotation (Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100, 3581 -100},{100,100}}), graphics={Line(points={{-100,-100},{100,100}}, 3581 -100},{100,100}}), graphics={Line(points={{-100,-100},{100,100}}, 3582 3582 color={0,0,255})}), Documentation(info="<HTML> 3583 3583 <p> … … 3753 3753 preserveAspectRatio=true, 3754 3754 extent={{-100,-100},{100,100}}, 3755 grid={1,1}), graphics={Line(points={{-70,0},{-90,0}}, color={0,0,0}), 3755 grid={1,1}), graphics={Line(points={{-70,0},{-90,0}}, color={0,0,0}), 3756 3756 Text( 3757 3757 extent={{80,-28},{114,-62}}, … … 3789 3789 preserveAspectRatio=true, 3790 3790 extent={{-100,-100},{100,100}}, 3791 grid={1,1}), graphics={Line(points={{-70,0},{-90,0}}, color={0,0,0}), 3791 grid={1,1}), graphics={Line(points={{-70,0},{-90,0}}, color={0,0,0}), 3792 3792 Text( 3793 3793 extent={{80,-28},{111,-61}}, … … 3827 3827 preserveAspectRatio=true, 3828 3828 extent={{-100,-100},{100,100}}, 3829 grid={1,1}), graphics={Line(points={{-70,0},{-90,0}}, color={0,0,0}), 3829 grid={1,1}), graphics={Line(points={{-70,0},{-90,0}}, color={0,0,0}), 3830 3830 Text( 3831 3831 extent={{80,-28},{115,-60}}, … … 4222 4222 -100},{100,100}}), graphics), Icon(coordinateSystem( 4223 4223 preserveAspectRatio=true, extent={{-100,-100},{100,100}}), 4224 graphics={ 4225 Text( 4224 graphics={Text( 4226 4225 extent={{-200,80},{200,40}}, 4227 4226 lineColor={0,0,255}, 4228 4227 fillColor={175,175,175}, 4229 4228 fillPattern=FillPattern.Solid, 4230 textString="%name"), 4231 Rectangle( 4229 textString="%name"), Rectangle( 4232 4230 extent={{-20,20},{20,-20}}, 4233 4231 lineColor={0,127,0}, 4234 4232 fillColor={175,175,175}, 4235 fillPattern=FillPattern.Solid), 4236 Text( 4237 extent={{-200,-38},{200,-78}}, 4238 lineColor={0,0,255}, 4239 fillColor={175,175,175}, 4240 fillPattern=FillPattern.Solid, 4241 textString="f=%f")}), 4233 fillPattern=FillPattern.Solid)}), 4242 4234 Documentation(info="<html> 4243 4235 <p>
