forked from Exawind/amr-wind-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.yaml
117 lines (109 loc) · 2.74 KB
/
help.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Add all help messages and buttons in here
helpwindows:
domain:
mesg: |
DOMAIN ORIENTATION AND CONFIGURATION
Orientation
----------------
This is an ASCII-art schematic of the domain:
y
|
|__________________________corner2 (x,y,z)
| |
| |
|__________________________|----> x
corner1 (x,y,z)
Boundary names
----------------
The boundaries of the domain are called
xlo, xhi, ylo, yhi, zlo, zhi:
y
|
|________YHI________________
| |
XLO | |XHI
|__________________________|----> x
YLO
options:
autowidth: True
height: 30
title: Domain help
# -----------------------------------------------------
domainbchelp:
mesg: |
Boundary names
----------------
The boundaries of the domain are called
xlo, xhi, ylo, yhi, zlo, zhi:
y
|
|________YHI________________
| |
XLO | |XHI
|__________________________|----> x
YLO
BC types
----------------
[WRITE SOMETHING IN HERE]
pressure_inflow
pressure_outflow
mass_inflow
zero_gradient
no_slip_wall
slip_wall
wall_model
fixed_gradient
options:
autowidth: True
height: 30
title: Domain BC Help
buttons:
# --- Help buttons ---
- name: helpbutton_domain
text: "[?]"
frame: frame_Mesh
help: "Need help?"
row: 0
col: 3
command: "partial(self.showyamlmesg, 'domain')"
buttonoptions:
pady: 0
padx: 1
gridoptions:
sticky: 'NE'
- name: helpbutton_xBC
text: "[?]"
frame: frame_xBC header_frame
help: "Need help?"
row: 0
col: 3
command: "partial(self.showyamlmesg, 'domainbchelp')"
buttonoptions:
pady: 0
padx: 1
gridoptions:
sticky: 'NE'
- name: helpbutton_yBC
text: "[?]"
frame: frame_yBC header_frame
help: "Need help?"
row: 0
col: 3
command: "partial(self.showyamlmesg, 'domainbchelp')"
buttonoptions:
pady: 0
padx: 1
gridoptions:
sticky: 'NE'
- name: helpbutton_zBC
text: "[?]"
frame: frame_zBC header_frame
help: "Need help?"
row: 0
col: 3
command: "partial(self.showyamlmesg, 'domainbchelp')"
buttonoptions:
pady: 0
padx: 1
gridoptions:
sticky: 'NE'