Skip to content

Commit 718fa0d

Browse files
author
MFC Action
committed
Docs @ f68bce1
1 parent 6ee96f1 commit 718fa0d

File tree

274 files changed

+314
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+314
-272
lines changed

documentation/md_case.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ <h3><a class="anchor" id="autotoc_md8"></a>
340340
<div class="fragment"><div class="line"><span class="comment">case(200)</span></div>
341341
<div class="line"> ! primitive variables assignment</div>
342342
</div><!-- fragment --><p>and use <code>patch_icpp(i)%geometry = 7</code> and <code>patch_icpp(i)%hcid = 200</code> in the input file. Additional variables can be declared in <code>Hardcoded1[2,3]DVariables</code> and used in <code>hardcoded1[2,3]D</code>. As a convention, any hard coded patches that are part of the MFC master branch should be identified as 1[2,3]xx where the first digit indicates the number of dimensions.</p>
343+
<p>The code provides three pre-built patches for dimensional extrusion of initial conditions:</p>
344+
<ul>
345+
<li><code>case(170)</code>: Load 1D profile from data files</li>
346+
<li><code>case(270)</code>: Extrude 1D data to 2D domain</li>
347+
<li><code>case(370)</code>: Extrude 2D data to 3D domain</li>
348+
</ul>
349+
<p>Setup: Only requires specifying <code>init_dir</code> and filename pattern via <code>zeros_default</code>. Grid dimensions are automatically detected from the data files. Implementation: All variables and file handling are managed in <code>src/pre_process/include/ExtrusionHardcodedIC.fpp</code> with no manual grid configuration needed. Usage: Ideal for initializing simulations from lower-dimensional solutions, enabling users to add perturbations or modifications to the base extruded fields for flow instability studies.</p>
343350
<h3><a class="anchor" id="autotoc_md10"></a>
344351
Parameter Descriptions</h3>
345352
<ul>

pre_process/m__compute__levelset_8fpp_8f90_a43064dff3a1d8cdb617ad86e47727d55_icgraph.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="771,46,730,40,730,35,772,41"/>
55
<area shape="rect" id="Node000003" href="$m__patches_8fpp_8f90.html#af43e9148f010e851e66d33048b57e47e" title=" " alt="" coords="551,70,737,95"/>
66
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="772,68,738,73,737,67,771,63"/>
7-
<area shape="rect" id="Node000004" href="$m__patches_8fpp_8f90.html#a4a44c39189d79ff9c01b6372bf3dd856" title=" " alt="" coords="325,38,503,63"/>
7+
<area shape="rect" id="Node000004" href="$m__patches_8fpp_8f90.html#a4a44c39189d79ff9c01b6372bf3dd856" title="Allocate memory and read initial condition data for IC extrusion." alt="" coords="325,38,503,63"/>
88
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="538,71,503,66,503,60,539,65"/>
99
<area shape="rect" id="Node000005" href="$namespacem__initial__condition.html#ae5ca036f43a2eebe1e2cc84fc9c61d28" title="This subroutine peruses the patches and depending on the type of geometry associated with a particula..." alt="" coords="341,87,487,142"/>
1010
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="539,100,488,107,487,102,538,95"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eda4c59018d2029f91bc6f70b64f3fcd
1+
4966f5eda057651d07173638c6415631

pre_process/m__compute__levelset_8fpp_8f90_a43064dff3a1d8cdb617ad86e47727d55_icgraph.svg

Lines changed: 1 addition & 1 deletion
Loading

pre_process/m__compute__levelset_8fpp_8f90_a43064dff3a1d8cdb617ad86e47727d55_icgraph_org.svg

Lines changed: 1 addition & 1 deletion
Loading

pre_process/m__compute__levelset_8fpp_8f90_a4b1330104e1ada2276349513b2ba47b1_icgraph.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="771,46,730,40,731,35,772,41"/>
55
<area shape="rect" id="Node000003" href="$m__patches_8fpp_8f90.html#af43e9148f010e851e66d33048b57e47e" title=" " alt="" coords="551,70,737,95"/>
66
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="772,68,738,73,737,68,771,63"/>
7-
<area shape="rect" id="Node000004" href="$m__patches_8fpp_8f90.html#a4a44c39189d79ff9c01b6372bf3dd856" title=" " alt="" coords="325,38,503,63"/>
7+
<area shape="rect" id="Node000004" href="$m__patches_8fpp_8f90.html#a4a44c39189d79ff9c01b6372bf3dd856" title="Allocate memory and read initial condition data for IC extrusion." alt="" coords="325,38,503,63"/>
88
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="538,71,503,66,503,60,539,65"/>
99
<area shape="rect" id="Node000005" href="$namespacem__initial__condition.html#ae5ca036f43a2eebe1e2cc84fc9c61d28" title="This subroutine peruses the patches and depending on the type of geometry associated with a particula..." alt="" coords="341,87,487,142"/>
1010
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="539,100,488,107,487,102,538,95"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d189bb05e011ae89973f5e6dcee54b15
1+
55280b9bac0c7e01f493060a2e115e0a

pre_process/m__compute__levelset_8fpp_8f90_a4b1330104e1ada2276349513b2ba47b1_icgraph.svg

Lines changed: 1 addition & 1 deletion
Loading

pre_process/m__compute__levelset_8fpp_8f90_a4b1330104e1ada2276349513b2ba47b1_icgraph_org.svg

Lines changed: 1 addition & 1 deletion
Loading

pre_process/m__compute__levelset_8fpp_8f90_a6c2e4830b3214c047853e3d6da2b5713_icgraph.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="771,46,730,40,731,35,772,41"/>
55
<area shape="rect" id="Node000003" href="$m__patches_8fpp_8f90.html#af43e9148f010e851e66d33048b57e47e" title=" " alt="" coords="551,70,737,95"/>
66
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="772,68,738,73,737,67,771,63"/>
7-
<area shape="rect" id="Node000004" href="$m__patches_8fpp_8f90.html#a4a44c39189d79ff9c01b6372bf3dd856" title=" " alt="" coords="325,38,503,63"/>
7+
<area shape="rect" id="Node000004" href="$m__patches_8fpp_8f90.html#a4a44c39189d79ff9c01b6372bf3dd856" title="Allocate memory and read initial condition data for IC extrusion." alt="" coords="325,38,503,63"/>
88
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="538,71,503,66,503,60,539,65"/>
99
<area shape="rect" id="Node000005" href="$namespacem__initial__condition.html#ae5ca036f43a2eebe1e2cc84fc9c61d28" title="This subroutine peruses the patches and depending on the type of geometry associated with a particula..." alt="" coords="341,87,487,142"/>
1010
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="539,100,488,107,487,102,538,95"/>

0 commit comments

Comments
 (0)