Cylindrical Vis - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Cylindrical Vis

Visualization component for Cylindrical node temperature

  

 

Description

Connections

Parameters

See Also

Description

The Cylindrical Vis component is provided for visualizing temperature change of Cylindrical node.
This component has same function as Cylindrical  when its Show Visualization option is true. The key difference between both components is that Cylindrical Vis can be treated as multibody component. You can connect each frame of this component to the other frame of multibody component or the other Heat Transfer Library visualization component.

The quality of the visualization is affected if any open plot windows are behind the 3-D Playback Window. If you are experiencing playback issues, try moving the 3-D Playback Window so that it does not overlap a plot window. Alternatively, minimize or close any open plot windows.

Example of use of visualization component

This is the simple example of visualization component model using Cuboid Vis.
You must connect heat port Tin to port of Heat Capacitor or port_center of each Node component.
Then the following visualized geometry is displayed in the 3-D Playback Window.
        

It is better to match the type of visualization component with that of Node component.
(For example, Heat Capacitor with Sphere Vis, Cuboid with Cuboid Vis, or Cylindrical with Cylindrical Vis.)
But it is not required to match both geometrical property values such as L, W, H, R, and D to run a simulation.

        

Connections

Name

Description

Modelica ID

Tin

Heat port to input temperature

port

frame_front

Multibody frame of front

frame_front

frame_back

Multibody frame of back

frame_back

frame_inner

Multibody frame of inner

frame_inner

Parameters

(For more details about the relation between color and temperature, see Color Blend  help).

Symbol

Default

Units

Description

Modelica ID

R

1

m

Radius of the visualized cylinder.

R

D

1

m

Depth of the visualized cylinder.

D

Transparent

true

If true, node geometry will be transparent.

transparent

T__max

373.15

K

Upper limit of temperature in the color blend.

Tmax

Color of T__max

RGB255,0,0

Color when temperature is over T__max.  Temperature between T__max and T__min are automatically interpolated to a color.

color_Tmax

T__min

273.15

K

Lower limit of temperature in the color blend.

Tmin

Color of T__min

RGB0,0,255

Color when temperature is under T__min. Temperature between T__max and T__min are automatically interpolated to a color.

color_Tmin

Show Sphere element

true

If true, heat capacitor sphere will be shown.

showCapacitor

R__sphere

0.2

m

Radius of visualized heat capacitor sphere.

Sradius

See Also

Heat Transfer Library Overview

Visualization Overview