Users:General FEM Analysis/Elements Reference/NURBS BRep Point
From Carat++ Public Wiki
(Difference between revisions)
(Created page with "Coded and tested. Documentation will be coming soon! === Parameter Description === {| border="1" cellpadding="3" cellspacing="0" |colspan="3" style="background:#efefef;"| Com...") |
|||
Line 42: | Line 42: | ||
BL_FACTOR_DISP = 1e5 | BL_FACTOR_DISP = 1e5 | ||
BL_FACTOR_ROT = 1e5 | BL_FACTOR_ROT = 1e5 | ||
− | BREP_TYPE = | + | BREP_TYPE = COUPLING_DISP_ROT |
</pre> | </pre> |
Revision as of 09:08, 28 November 2016
Coded and tested.
Documentation will be coming soon!
Parameter Description
Compulsory Parameters | ||
Parameter | Values, Default(*) | Description |
---|---|---|
BREP_TYPE | COUPLING_DISP COUPLING_ROT COUPLING_DISP_ROT NO_COUPLING SUPPORT SUPPORT_ROT CLAMPED_SUPPORT |
coupling of displacements coupling of rotations coupling of displacements and rotations no coupling blocking of the respective displacements blocking of the rotational degree of freedom, if existing (mainly for BEAM_3D_NURBS_KLRod) clamped, movable support |
BL_FACTOR_DISP | float | penalty factor for displacements. Youngs's modulus x 100 recommended |
BL_FACTOR_ROT | float | penalty factor for rotations. Youngs's modulus x 100 recommended |
Optional Parameters | ||
Parameter | Values, Default(*) | Description |
NITSCHE | USER, AUTO, NONE | not yet implemented |
Example of a Complete Input Block
EL-PROP 1 : NURBS_BREP_POINT BL_FACTOR_DISP = 1e5 BL_FACTOR_ROT = 1e5 BREP_TYPE = COUPLING_DISP_ROT
Whos here now: Members 0 Guests 0 Bots & Crawlers 1 |