Users:General FEM Analysis/Elements Reference/NURBS BRep Point

From Carat++ Public Wiki
(Difference between revisions)
Jump to: navigation, search
(Parameter Description)
Line 21: Line 21:
 
!BREP_TYPE
 
!BREP_TYPE
 
|COUPLING_DISP <br> COUPLING_ROT <br> COUPLING_DISP_ROT <br> NO_COUPLING  <br> SUPPORT <br> SUPPORT_ROT <br> CLAMPED_SUPPORT <br> CONNECT_DISP
 
|COUPLING_DISP <br> COUPLING_ROT <br> COUPLING_DISP_ROT <br> NO_COUPLING  <br> SUPPORT <br> SUPPORT_ROT <br> CLAMPED_SUPPORT <br> CONNECT_DISP
|coupling of displacements <br> coupling of rotations <br> coupling of displacements and rotations <br> no coupling <br> blocking of the respective displacements <br> blocking of the rotational degree of freedom, if existing (mainly for BEAM_3D_NURBS_KLRod) <br> clamped, movable support <br> pulling two points together (not yet tested)
+
|coupling of displacements <br> coupling of rotations <br> coupling of displacements and rotations <br> no coupling <br> blocking of the respective displacements <br> blocking of the rotational degree of freedom, if existing (mainly for BEAM_3D_NURBS_KLRod) <br> clamped, movable support <br> pulling two points together
 
|-
 
|-
 
!BL_FACTOR_DISP
 
!BL_FACTOR_DISP
Line 42: Line 42:
 
|-
 
|-
 
|}
 
|}
 
  
 
=== Example of a Complete Input Block ===
 
=== Example of a Complete Input Block ===

Revision as of 15:59, 10 July 2017

Contents

General Description

Element Type

  • This element provides the geometric description of a point on a NURBS patch
  • used for coupling, supports and loads

Degrees of Freedom

The element uses the degrees of freedom of the corresponding NURBS patch(es).

Parameter Description

Compulsory Parameters
Parameter Values, Default(*) Description
BREP_TYPE COUPLING_DISP
COUPLING_ROT
COUPLING_DISP_ROT
NO_COUPLING
SUPPORT
SUPPORT_ROT
CLAMPED_SUPPORT
CONNECT_DISP
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
pulling two points together
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

Element Loading

Benchmarks

No benchmark file in the Carat++-repository is yet defined.

References





Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools
Content for Developers