Browsers provide a structured view of model data, which you can use to review, modify, create, and manage
the contents of a model. In addition to visualization, browsers offer features like search, filtering, and sorting,
which enhance your ability to navigate and interact with the model data.
FE geometry is topology on top of mesh, meaning CAD and mesh exist as a single entity. The purpose of FE geometry
is to add vertices, edges, surfaces, and solids on FE models which have no CAD geometry.
Tools and workflows that are dedicated to rapidly creating new parts for specific use cases, or amending existing
parts. The current capabilities are focused on stiffening parts.
Use PhysicsAI to build fast predictive models from CAE data. PhysicsAI can be trained on data with any physics or
remeshing and without design variables.
Explore, organize and manage your personal data, collaborate in teams, and connect to other data sources, such as
corporate PLM systems to access CAD data or publish simulation data.
The Road Graphics Builder creates a graphic representation of a road description file which
you can use to visualize the road surface in MotionSolve and
HyperView.
The Road Graphics Builder supports the following commonly used road description files:
Curved Regular Grid (CRG)
A Curved Regular Grid (CRG) road is comprised of node data on a centerline/curved reference
line (u-axis) along with node data along lines orthogonal to the centerline (v-axis). The
u-axis has nodes ‘ubeg’ and ‘uend’ denoting the beginning and ending nodes of the
centerline. The orthogonal lines to the centerline/reference line have values ranging from
‘vmin’ to ‘vmax’. (x,y) coordinates are obtained by querying the (u,v) coordinates. (z)
coordinate is obtained by querying the (x,y) coordinates from the previous step.
Regular Grid Road (RGR)
A Regular Grid Road has data points that are equally spaced in the x- and y- directions.
The grid data are defined by:
xmin, ymin: the grids minimum value in x- and y- directions
respectively.
∆x, ∆y: the grids constant mesh size in x- and y- directions respectively.
nx, ny: the number of grid nodes in x- and y- directions
respectively.
3D Spline Road
Regular grid data files can be combined with curvilinear road centerlines to form TeimOrbit
data files of type ‘3D Spline’. The road centerline, as defined in the RDF-file, is used as
curvilinear x-axis of the grid. X data points are equidistant along the centerline with a
spacing of ∆x. The x-coordinate starts with value 0 at the beginning of the road, which is
defined by the first data point in the RDF-file. The grid’s y-coordinate is chosen
perpendicular to the centerline, in other words it coordinates with the centerline’s normal
in the road surface. Positive y- values define grid points that are located on the left of
the centerline, if viewed along the direction of increasing x-values.