Chi-Tech
chi_mesh__RCCLogicalVolume.h
Go to the documentation of this file.
1
/** \defgroup chi_mesh__RCCLogicalVolume chi_mesh.RCCLogicalVolume
2
3
4
\ingroup LuaLogicVolumes
5
6
7
8
## Example usage:
9
Create this object:
10
\code
11
params =
12
{
13
param_name1 = value1,
14
param_name2 = value2,
15
--etc.
16
}
17
chi_mesh.RCCLogicalVolume.Create(params)
18
\endcode
19
## Optional Input parameters
20
\htmlonly
21
22
<div style="display: block;">
23
<button type="button" class="droppy2" style=
24
"
25
background-color: #edf0f5;
26
color: #9373A5;
27
cursor: pointer;
28
border: none;
29
text-align: left;
30
outline: none;
31
font-size: 15px;
32
margin: 2px 2px;
33
border: 2px solid #687372;
34
display: block;
35
width: 100%;
36
vertical-align: middle;
37
padding-top: 4px;
38
padding-bottom: 0px;
39
"
40
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>r</B></TT><span style="color: #c4c1c0;">       Radius of the sphere</span></button>
41
<div class="content" style="display: none;">
42
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. Radius of the sphere.
43
</p>
44
<p>Default value: <TT style="color:grey">1(double)</TT></p>
45
</div>
46
47
<button type="button" class="droppy2" style=
48
"
49
background-color: #edf0f5;
50
color: #9373A5;
51
cursor: pointer;
52
border: none;
53
text-align: left;
54
outline: none;
55
font-size: 15px;
56
margin: 2px 2px;
57
border: 2px solid #687372;
58
display: block;
59
width: 100%;
60
vertical-align: middle;
61
padding-top: 4px;
62
padding-bottom: 0px;
63
"
64
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>vx</B></TT><span style="color: #c4c1c0;">       X-component of the volume extrusion vector</span></button>
65
<div class="content" style="display: none;">
66
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. X-component of the volume extrusion vector
67
</p>
68
<p>Default value: <TT style="color:grey">0(double)</TT></p>
69
</div>
70
71
<button type="button" class="droppy2" style=
72
"
73
background-color: #edf0f5;
74
color: #9373A5;
75
cursor: pointer;
76
border: none;
77
text-align: left;
78
outline: none;
79
font-size: 15px;
80
margin: 2px 2px;
81
border: 2px solid #687372;
82
display: block;
83
width: 100%;
84
vertical-align: middle;
85
padding-top: 4px;
86
padding-bottom: 0px;
87
"
88
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>vy</B></TT><span style="color: #c4c1c0;">       Y-component of the volume extrusion vector</span></button>
89
<div class="content" style="display: none;">
90
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. Y-component of the volume extrusion vector
91
</p>
92
<p>Default value: <TT style="color:grey">0(double)</TT></p>
93
</div>
94
95
<button type="button" class="droppy2" style=
96
"
97
background-color: #edf0f5;
98
color: #9373A5;
99
cursor: pointer;
100
border: none;
101
text-align: left;
102
outline: none;
103
font-size: 15px;
104
margin: 2px 2px;
105
border: 2px solid #687372;
106
display: block;
107
width: 100%;
108
vertical-align: middle;
109
padding-top: 4px;
110
padding-bottom: 0px;
111
"
112
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>vz</B></TT><span style="color: #c4c1c0;">       Z-component of the volume extrusion vector</span></button>
113
<div class="content" style="display: none;">
114
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. Z-component of the volume extrusion vector
115
</p>
116
<p>Default value: <TT style="color:grey">1(double)</TT></p>
117
</div>
118
119
<button type="button" class="droppy2" style=
120
"
121
background-color: #edf0f5;
122
color: #9373A5;
123
cursor: pointer;
124
border: none;
125
text-align: left;
126
outline: none;
127
font-size: 15px;
128
margin: 2px 2px;
129
border: 2px solid #687372;
130
display: block;
131
width: 100%;
132
vertical-align: middle;
133
padding-top: 4px;
134
padding-bottom: 0px;
135
"
136
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>x0</B></TT><span style="color: #c4c1c0;">       X-coordinate of the volume base</span></button>
137
<div class="content" style="display: none;">
138
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. X-coordinate of the volume base
139
</p>
140
<p>Default value: <TT style="color:grey">0(double)</TT></p>
141
</div>
142
143
<button type="button" class="droppy2" style=
144
"
145
background-color: #edf0f5;
146
color: #9373A5;
147
cursor: pointer;
148
border: none;
149
text-align: left;
150
outline: none;
151
font-size: 15px;
152
margin: 2px 2px;
153
border: 2px solid #687372;
154
display: block;
155
width: 100%;
156
vertical-align: middle;
157
padding-top: 4px;
158
padding-bottom: 0px;
159
"
160
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>y0</B></TT><span style="color: #c4c1c0;">       Y-coordinate of the volume base</span></button>
161
<div class="content" style="display: none;">
162
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. Y-coordinate of the volume base
163
</p>
164
<p>Default value: <TT style="color:grey">0(double)</TT></p>
165
</div>
166
167
<button type="button" class="droppy2" style=
168
"
169
background-color: #edf0f5;
170
color: #9373A5;
171
cursor: pointer;
172
border: none;
173
text-align: left;
174
outline: none;
175
font-size: 15px;
176
margin: 2px 2px;
177
border: 2px solid #687372;
178
display: block;
179
width: 100%;
180
vertical-align: middle;
181
padding-top: 4px;
182
padding-bottom: 0px;
183
"
184
><span class="arrow" style="padding-left: 0px;">►</span><TT><B>z0</B></TT><span style="color: #c4c1c0;">       Z-coordinate of the volume base</span></button>
185
<div class="content" style="display: none;">
186
<p><I>type=</I><span style="color: blue;"><TT>FLOAT</TT></span>. Z-coordinate of the volume base
187
</p>
188
<p>Default value: <TT style="color:grey">0(double)</TT></p>
189
</div>
190
191
</div>
192
\endhtmlonly
193
194
\htmlonly
195
196
<script>
197
198
{
199
var coll = document.getElementsByClassName("droppy2");
200
var i;
201
202
for (i = 0; i < coll.length; i++) {
203
coll[i].addEventListener("click", function() {
204
this.classList.toggle("active");
205
var content = this.nextElementSibling;
206
if (content.style.display === "block") {
207
content.style.display = "none";
208
this.childNodes[0].innerText = "►"
209
} else {
210
content.style.display = "block";
211
this.children[0].innerText = "▼"
212
}
213
});
214
}
215
}</script>
216
217
\endhtmlonly
218
219
### Usage Examples:
220
\ref test_framework_chi_mesh_LogicalVolume_lv_rcc_test1_lua
221
\ref test_framework_chi_mesh_LogicalVolume_lv_boolean_test1_lua
222
*/
doc
generated_files
input_docs
chi_mesh__RCCLogicalVolume.h
Generated by
1.9.3