FePart_Node create

Allows user to create a new entity of the type fepart_node in the Adams session. A FePart_Node defines node of a fe part.

Format:

1. Create
 
part create fe_part node_create
fe_part_name =
existing fe part name
fepart_node_name =
name of new fepart_node
label =
integer
alpha =
real
angle =
real
adams_id =
real
section_label =
refer existing section under model
tessellate =
Yes/No
2. Modify
 
part modify fe_part node_modify
fe_part_name =
existing fe part name
fepart_node_name =
name of new fepart_node
label =
integer
alpha =
real
angle =
real
adams_id =
real
section_label =
refer existing section under model
tessellate =
Yes/No

Example:

1. Create
 
 
 
 
 
part create fe_part node_create
fe_part_name =
FE_PART__1
fepart_node_name =
FEPART_NODE__1
label =
1
alpha =
0.5
angle =
60
section_label =
StartSection
tessellate =
no
This will create a fepart_node with the name FEPART_NODE__1 with provided parameters.
2. Modify
 
part modify fe_part node_modify
fe_part_name =
FE_PART__1
fepart_node_name =
FEPART_NODE__1
label =
1
alpha =
0.4
angle =
80
section_label =
EndSection

Description:

 
Parameter
Value Type
Description
fe_part_name
string
Specifies the name of the fe part under which node is to be created.
fepart_node_name
string
Specifies the name of node to be created.
label
int
Specifies label of fe part node. Label cannot be modified once given.
angle
real
Specifies the value of twist angle to be given to node. Angle is mentioned in degrees.
alpha
real
Specifies the alpha value for node. 0 <= alpha <= 1
Section_label
Section
Existing section to be referred for node.
tessellate
option
Yes/no.
no: node will be added to FE_Part without updating the geometry (shell and centreline).
yes: node will be added to FE_Part with the geometry updates (shell and centreline).
Default: no