preSpec.c3d.cntl$__Prespecified_Adaptation_Regions:
#
<-Section
heading(required)
# This example was for a transonic
# ONERAM6 wing
BBox: 7 0.
1. -1. 1.
0. 1.4 # <-
cover the whole wing
BBox: 8 0.
0.77 0. 1.5 0.
0.78 # <-
inboard upper
surface
BBox: 8 0.4 1.2
0. 1.2 0.75 1.6 #
<- outboard upper surface
#
# XLev:'s are optional and generally used rarely
#
XLev:
2 2 3 8 13
# ... do 2 extra ref passes on comps 2,
3, 8 & 13
XLev: 1 1 4
# ... do 1 extra ref pass on comps
1 & 4
#
===================================================
# NOTES:
#
o in this
sample, there are 2 bounding boxes (the 2 "BBox:" tags)
#
these must FOLLOW a the left justified SECTION HEADING
#
"$__Prespecified_Adaptation_Regions:"
#
as shown above.
#
#
o EMACS
USERS: emacs will automatically highlight this file for you in
#
shell-script-mode. to get it to do this automatically, add the
#
following line to your .emacs file.
#
(setq auto-mode-alist
#
(append'(("\\.cntl$" . shell-script-mode) ) auto-mode-alist))