public interface ModelNode extends AbstractModel
Modifier and Type | Method and Description |
---|---|
ModelNode |
basesystem(java.lang.String arg0)
Deprecated.
Use
baseSystem(String) instead. |
ModelNode |
baseSystem(java.lang.String name)
Sets the base unit system.
|
ComponentCoordsysList |
coordSystem()
Returns all coordinate systems for this component.
|
ComponentCplList |
cpl()
Returns all component couplings for this component.
|
boolean |
defineAllFrames()
Returns true if all frames are always defined.
|
ModelNode |
defineAllFrames(boolean define)
Set whether all frames should always be defined.
|
boolean |
defineLocalCoord()
Returns true if local coordinate variables (xi1, xi2, xi3) will be
defined.
|
ModelNode |
defineLocalCoord(boolean define)
Set a flag that determines whether local coordinate variables (xi1,
xi2, xi3, also known as barycentric coordinates) will be defined in
each mesh element.
|
ComponentExtraDimList |
extraDim()
Returns all extra dimension features for this component.
|
ComponentFunctionFeatureList |
func()
Returns all functions for this component.
|
ComponentGeomList |
geom()
Returns all geometry sequences for this component.
|
java.lang.String[] |
geometryCoord()
Returns names of geometry frame coordinates.
|
ModelNode |
geometryCoord(java.lang.String[] coord)
Sets names of geometry frame coordinates.
|
java.lang.String |
getType()
Get the type identifier of this component.
|
java.lang.String |
identifier()
Deprecated.
Use
ModelEntity.tag() instead. |
ModelNode |
identifier(java.lang.String arg0)
Deprecated.
@link #tag(String).
|
ComponentProbeFeatureList |
massProp()
Returns all mass properties for this component.
|
ComponentMaterialList |
material()
Returns all materials for this component.
|
java.lang.String[] |
materialCoord()
Returns names of material frame coordinates.
|
ModelNode |
materialCoord(java.lang.String[] coord)
Sets names of material frame coordinates.
|
ComponentMeshList |
mesh()
Returns all meshing sequences for this component.
|
java.lang.String[] |
meshCoord()
Returns names of mesh frame coordinates.
|
ModelNode |
meshCoord(java.lang.String[] coord)
Sets names of mesh frame coordinates.
|
ComponentMultiphysicsCouplingList |
multiphysics()
Returns all multiphysics couplings for this component.
|
ComponentPairList |
pair()
Returns all pairs for this component.
|
ComponentPhysicsList |
physics()
Returns all physics interfaces for this component.
|
ComponentProbeFeatureList |
probe()
Returns all probes for this component.
|
ComponentSelectionList |
selection()
Returns all named selections for this component.
|
java.lang.String |
sorder()
Returns the geometry shape order used for the model node and its
descendants.
|
ModelNode |
sorder(java.lang.String sorder)
Sets the geometry shape order used for the model node and its
descendants.
|
java.lang.String[] |
spatialCoord()
Returns names of spatial frame coordinates.
|
ModelNode |
spatialCoord(java.lang.String[] coord)
Sets names of spatial frame coordinates.
|
ComponentExprList |
variable()
Returns all variable collections for this component.
|
ComponentViewList |
view()
Returns all views for this component.
|
basesystem, baseSystem, common, common, coordSystem, cpl, extraDim, func, geom, groupByType, massProp, material, mesh, multiphysics, pair, physics, probe, selection, setGroupByType, variable, view
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
ModelNode baseSystem(java.lang.String name)
baseSystem
in interface AbstractModel
name
- Name of base unit system: : SI
, bft
,
cgs
,mpa
, emu
,
esu
, fps
, ips
, or
psi
.@Deprecated ModelNode basesystem(java.lang.String arg0)
baseSystem(String)
instead.basesystem
in interface AbstractModel
ComponentCoordsysList coordSystem()
coordSystem
in interface AbstractModel
ComponentCplList cpl()
cpl
in interface AbstractModel
boolean defineAllFrames()
ModelNode defineAllFrames(boolean define)
define
- Flag.boolean defineLocalCoord()
ModelNode defineLocalCoord(boolean define)
define
- Flag.ComponentExtraDimList extraDim()
extraDim
in interface AbstractModel
ComponentFunctionFeatureList func()
func
in interface AbstractModel
ComponentGeomList geom()
geom
in interface AbstractModel
java.lang.String[] geometryCoord()
ModelNode geometryCoord(java.lang.String[] coord)
coord
- Geometry frame coordinate names.java.lang.String getType()
@Deprecated java.lang.String identifier()
ModelEntity.tag()
instead.@Deprecated ModelNode identifier(java.lang.String arg0)
ComponentProbeFeatureList massProp()
massProp
in interface AbstractModel
ComponentMaterialList material()
material
in interface AbstractModel
java.lang.String[] materialCoord()
ModelNode materialCoord(java.lang.String[] coord)
coord
- Material frame coordinate names.ComponentMeshList mesh()
mesh
in interface AbstractModel
java.lang.String[] meshCoord()
ModelNode meshCoord(java.lang.String[] coord)
coord
- Mesh frame coordinate names.ComponentMultiphysicsCouplingList multiphysics()
multiphysics
in interface AbstractModel
ComponentPairList pair()
pair
in interface AbstractModel
ComponentPhysicsList physics()
physics
in interface AbstractModel
ComponentProbeFeatureList probe()
probe
in interface AbstractModel
ComponentSelectionList selection()
selection
in interface AbstractModel
java.lang.String sorder()
ModelNode sorder(java.lang.String sorder)
sorder
- Geometry shape order.java.lang.String[] spatialCoord()
ModelNode spatialCoord(java.lang.String[] coord)
coord
- Spatial frame coordinate names.ComponentExprList variable()
variable
in interface AbstractModel
ComponentViewList view()
view
in interface AbstractModel