Users:Geometry Generation/Refinement
From Carat++ Public Wiki
< Users:Geometry Generation(Difference between revisions)
(→Example of a Complete Input Block) |
|||
(One intermediate revision by one user not shown) | |||
Line 20: | Line 20: | ||
|final polynomial degree | |final polynomial degree | ||
|- | |- | ||
− | !ru, rv, rw | + | !ru, rv, rw<br /><br /><br />gu,gv,gw |
− | |''int'' <br /> <''float'', ''float'', ... > <br /> auto | + | |''int'' <br /> <''float'', ''float'', ... > <br /> auto<br /> float |
− | |number of knots to be inserted per element <br /> knots to be inserted <br /> automatic knot insertion accordingly to underlying NURBS patch (only for DE-BREP-EL) | + | |number of knots to be inserted per element <br /> knots to be inserted <br /> automatic knot insertion accordingly to underlying NURBS patch (only for DE-BREP-EL)<br /> approximated element size in geometry space |
|- | |- | ||
|} | |} | ||
Line 31: | Line 31: | ||
! DE-EL-ID dp= dq= ru=<> rv=<> | ! DE-EL-ID dp= dq= ru=<> rv=<> | ||
DE-REFINEMENT | DE-REFINEMENT | ||
− | DE-EL 1 ep= | + | DE-EL 1 ep=2 ru=1 |
DE-EL 2 dp=1 dq=1 ru=3 rv=3 | DE-EL 2 dp=1 dq=1 ru=3 rv=3 | ||
DE-EL 3 dp=3 dq=3 dr=3 ru=2 rv=<0.5, 0.9> rw=1 | DE-EL 3 dp=3 dq=3 dr=3 ru=2 rv=<0.5, 0.9> rw=1 | ||
+ | DE-EL 4 ep=3 eq=3 ru=0.25 rv=0.25 | ||
DE-BREP-EL 1 dp=auto ru=auto | DE-BREP-EL 1 dp=auto ru=auto | ||
DE-BREP-EL 1 dp=2 ru=10 | DE-BREP-EL 1 dp=2 ru=10 | ||
!=================================================================== | !=================================================================== | ||
</pre> | </pre> |
Latest revision as of 09:21, 31 July 2018
Solution space is determined by the refinement. If a NURBS patch is the underlying geometry of the respective Design / Design BRep element, the polynomial degree (p,q,r) and the knot vector can be manipulated for every direction in the parameter space (u,v,w).
Parameter Description
Parameters | ||
Parameter | Values, Default(*) | Description |
---|---|---|
dp, dq, dr | int auto |
degree elevation by int automatic degree elevation accordingly to underlying NURBS patch (only for DE-BREP-EL) |
ep, eq, er | int | final polynomial degree |
ru, rv, rw gu,gv,gw |
int <float, float, ... > auto float |
number of knots to be inserted per element knots to be inserted automatic knot insertion accordingly to underlying NURBS patch (only for DE-BREP-EL) approximated element size in geometry space |
Example of a Complete Input Block
!=================================================================== ! DE-EL-ID dp= dq= ru=<> rv=<> DE-REFINEMENT DE-EL 1 ep=2 ru=1 DE-EL 2 dp=1 dq=1 ru=3 rv=3 DE-EL 3 dp=3 dq=3 dr=3 ru=2 rv=<0.5, 0.9> rw=1 DE-EL 4 ep=3 eq=3 ru=0.25 rv=0.25 DE-BREP-EL 1 dp=auto ru=auto DE-BREP-EL 1 dp=2 ru=10 !===================================================================
Whos here now: Members 0 Guests 0 Bots & Crawlers 1 |