-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use position hash as pseudo-random seed
- Loading branch information
1 parent
b1b3b2b
commit 0cab1d0
Showing
10 changed files
with
115 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,56 @@ | ||
# Test to check the status of the random initial temperature perturbation | ||
# Test to check the status of the random initial composition perturbation | ||
# plugin. | ||
|
||
set End time = 0 | ||
subsection Model settings | ||
set Tangential velocity boundary indicators = left, right, bottom, top | ||
end | ||
|
||
subsection Boundary temperature model | ||
set List of model names = box | ||
subsection Mesh refinement | ||
set Initial global refinement = 3 | ||
end | ||
|
||
subsection Postprocess | ||
set List of postprocessors = composition statistics | ||
end | ||
|
||
subsection Gravity model | ||
set Model name = vertical | ||
subsection Compositional fields | ||
set Number of fields = 2 | ||
end | ||
|
||
subsection Material model | ||
set Model name = simpler | ||
end | ||
|
||
set End time = 0 | ||
subsection Geometry model | ||
set Model name = box | ||
|
||
subsection Box | ||
set X extent = 1 | ||
set Y extent = 1 | ||
end | ||
end | ||
|
||
subsection Gravity model | ||
set Model name = vertical | ||
end | ||
|
||
subsection Initial temperature model | ||
set List of model names = function | ||
|
||
subsection Function | ||
set Function expression = 0.5 | ||
end | ||
end | ||
|
||
subsection Compositional fields | ||
set Number of fields = 2 | ||
end | ||
|
||
subsection Initial composition model | ||
set List of model names = function, random perturbation | ||
|
||
subsection Random perturbation | ||
set Magnitude = 0.2 | ||
end | ||
|
||
subsection Function | ||
set Function expression = 0.5;0.0 | ||
end | ||
end | ||
|
||
|
||
subsection Material model | ||
set Model name = simpler | ||
end | ||
|
||
|
||
subsection Mesh refinement | ||
set Initial adaptive refinement = 0 | ||
set Initial global refinement = 3 | ||
end | ||
|
||
|
||
subsection Model settings | ||
set Tangential velocity boundary indicators = left, right, bottom, top | ||
end | ||
|
||
subsection Postprocess | ||
set List of postprocessors = composition statistics | ||
subsection Boundary temperature model | ||
set List of model names = box | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,44 @@ | ||
# Test to check the status of the random initial temperature perturbation | ||
# plugin. | ||
|
||
set End time = 0 | ||
|
||
subsection Boundary temperature model | ||
set List of model names = box | ||
subsection Model settings | ||
set Tangential velocity boundary indicators = left, right, bottom, top | ||
end | ||
|
||
subsection Mesh refinement | ||
set Initial global refinement = 3 | ||
end | ||
|
||
subsection Gravity model | ||
set Model name = vertical | ||
subsection Postprocess | ||
set List of postprocessors = temperature statistics | ||
end | ||
|
||
subsection Material model | ||
set Model name = simpler | ||
end | ||
|
||
set End time = 0 | ||
subsection Geometry model | ||
set Model name = box | ||
|
||
subsection Box | ||
set X extent = 1 | ||
set Y extent = 1 | ||
end | ||
end | ||
|
||
subsection Gravity model | ||
set Model name = vertical | ||
end | ||
|
||
subsection Initial temperature model | ||
set List of model names = function, random perturbation | ||
|
||
subsection Random perturbation | ||
set Magnitude = 0.2 | ||
end | ||
|
||
subsection Function | ||
set Function expression = 0.5 | ||
end | ||
end | ||
|
||
|
||
subsection Material model | ||
set Model name = simpler | ||
end | ||
|
||
|
||
subsection Mesh refinement | ||
set Initial adaptive refinement = 0 | ||
set Initial global refinement = 3 | ||
end | ||
|
||
|
||
subsection Model settings | ||
set Tangential velocity boundary indicators = left, right, bottom, top | ||
end | ||
|
||
subsection Postprocess | ||
set List of postprocessors = temperature statistics | ||
subsection Boundary temperature model | ||
set List of model names = box | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters