Users:Geometry Generation/Refinement
From Carat++ Public Wiki
< Users:Geometry Generation(Difference between revisions)
(Created page with "Category: Users:Geometry Generation Solution space is determined by the refinement. If a NURBS patch is the underlying geometry of the respective Design / Design BRep elemen...") |
(→Example of a Complete Input Block) |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
[[Category: Users:Geometry Generation]] | [[Category: Users:Geometry Generation]] | ||
− | 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 and the knot vector can be manipulated. | + | 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 === | === Parameter Description === | ||
Line 12: | Line 12: | ||
!Description | !Description | ||
|- | |- | ||
− | !dp | + | !dp, dq, dr |
− | |''int'' | + | |''int'' <br /> auto |
− | |degree elevation by ''int'' | + | |degree elevation by ''int'' <br /> automatic degree elevation accordingly to underlying NURBS patch (only for DE-BREP-EL) |
|- | |- | ||
− | !ep | + | !ep, eq, er |
|''int'' | |''int'' | ||
|final polynomial degree | |final polynomial degree | ||
+ | |- | ||
+ | !ru, rv, rw<br /><br /><br />gu,gv,gw | ||
+ | |''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)<br /> approximated element size in geometry space | ||
|- | |- | ||
|} | |} | ||
Line 27: | Line 31: | ||
! DE-EL-ID dp= dq= ru=<> rv=<> | ! DE-EL-ID dp= dq= ru=<> rv=<> | ||
DE-REFINEMENT | DE-REFINEMENT | ||
− | DE-EL 1 dp=1 dq=1 | + | DE-EL 1 ep=2 ru=1 |
− | DE-EL | + | DE-EL 2 dp=1 dq=1 ru=3 rv=3 |
− | DE-EL | + | DE-EL 3 dp=3 dq=3 dr=3 ru=2 rv=<0.5, 0.9> rw=1 |
− | DE-BREP-EL 1 dp=auto ru=auto | + | DE-EL 4 ep=3 eq=3 ru=0.25 rv=0.25 |
− | DE-BREP-EL 1 dp=2 | + | DE-BREP-EL 1 dp=auto ru=auto |
+ | 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 |