Users:Geometry Generation/Design Evaluation Points
From Carat++ Public Wiki
(Difference between revisions)
(Created page with "Category: Users:Geometry Generation Design Evaluation Points can be used to input evaluation points from outside. == Input Parameters == The block has to be initialized by...") |
|||
Line 18: | Line 18: | ||
!Element type | !Element type | ||
|DE-EVALPT | |DE-EVALPT | ||
− | |Element type = design | + | |Element type = design evaluation point |
|- | |- | ||
!ID | !ID | ||
Line 26: | Line 26: | ||
!x | !x | ||
|''float'' | |''float'' | ||
− | |Coordinate in x-direction | + | |Coordinate in x/u/theta1-direction |
|- | |- | ||
!y | !y | ||
|''float'' | |''float'' | ||
− | |Coordinate in y-direction | + | |Coordinate in y/v/theta2-direction |
|- | |- | ||
!z | !z | ||
|''float'' | |''float'' | ||
− | |Coordinate in z-direction | + | |Coordinate in z/w/theta3-direction |
+ | |- | ||
+ | !w | ||
+ | |''float'' | ||
+ | |Integration weight | ||
|- | |- | ||
|colspan="3" style="background:#efefef;"| Optional Parameters | |colspan="3" style="background:#efefef;"| Optional Parameters | ||
Line 42: | Line 46: | ||
!Description | !Description | ||
|- | |- | ||
− | ! | + | !G1_PAR |
− | | | + | |''float'' ''float'' ''float'' |
− | | | + | |base vector of the parameter curve / surface / volume |
|- | |- | ||
− | ! | + | !G2_PAR |
− | | | + | |''float'' ''float'' ''float'' |
− | | | + | |base vector of the parameter surface / volume |
|- | |- | ||
− | | | + | !G2_PAR |
− | | | + | |''float'' ''float'' ''float'' |
− | + | |base vector of the parameter volume | |
− | + | ||
|- | |- | ||
|} | |} |
Revision as of 15:43, 17 September 2018
Design Evaluation Points can be used to input evaluation points from outside.
Input Parameters
The block has to be initialized by DE-EVALPTS #id. Every design evaluation point in the list starts with DE-EVALPT. This is followed by the ID, the corresponding location and weight.
Parameter Description
Compulsory Parameters | ||
Parameter | Values, Default(*) | Description |
---|---|---|
Element type | DE-EVALPT | Element type = design evaluation point |
ID | int | ID of the design boundary element |
x | float | Coordinate in x/u/theta1-direction |
y | float | Coordinate in y/v/theta2-direction |
z | float | Coordinate in z/w/theta3-direction |
w | float | Integration weight |
Optional Parameters | ||
Parameter | Values, Default(*) | Description |
G1_PAR | float float float | base vector of the parameter curve / surface / volume |
G2_PAR | float float float | base vector of the parameter surface / volume |
G2_PAR | float float float | base vector of the parameter volume |
Example of a Complete Input Block
!=================================================================== ! ID x y z w g1_x g1_y g1_z g2_x g2_y g2_z g3_x g3_y g3_z DE-EVALPTS 2 DE-EVALPT 14 1.5773e+00 1.9659e+00 0.0000e+00 4.6515e+00 DE-EVALPT 15 1.5773e+00 7.3370e+00 0.0000e+00 4.6515e+00 DE-EVALPT 16 4.2264e-01 2.1257e+00 0.0000e+00 5.0295e+00 DE-EVALPT 17 4.2264e-01 7.9334e+00 0.0000e+00 5.0295e+00 DE-EVALPTS 10000 DE-EVALPT 18 1.5773e+00 9.303e+00 0.0000e+00 1.1953e+00 G1_PAR -8.3658e-01 5.4783e-01 0.0000e+00 G2_PAR 0.0000e+00 0.0000e+00 0.0000e+00 G3_PAR 0.0000e+00 0.0000e+00 0.0000e+00 DE-EVALPT 19 4.2264e-01 1.005e+01 0.0000e+00 1.1953e+00 G1_PAR -8.3658e-01 5.4783e-01 0.0000e+00 G2_PAR 0.0000e+00 0.0000e+00 0.0000e+00 G3_PAR 0.0000e+00 0.0000e+00 0.0000e+00
Whos here now: Members 0 Guests 0 Bots & Crawlers 1 |