Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify upload expectations for BM 1 to 4 #1511

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
452 changes: 137 additions & 315 deletions benchmarks/benchmark1.ipynb.raw.html

Large diffs are not rendered by default.

78 changes: 59 additions & 19 deletions benchmarks/benchmark2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"isotropic. In addition, we again choose $c_{\\alpha}=0.3$ and\n",
"$c_{\\beta}=0.7$, and further specify $\\kappa_{c}=\\kappa_{\\eta}=3$,\n",
"$\\varrho=\\sqrt[]{2}$, $w=1$, and $\\alpha=5$. For these values, the\n",
"diffuse interface between $0.1<\\eta<0.9$ has a width of of 4.2 units.\n",
"diffuse interface between $0.1<\\eta<0.9$ has a width of 4.2 units.\n",
"\n",
"[ZHU]: http://dx.doi.org/10.1016/j.actamat.2004.02.032\n",
"[KKS]: https://doi.org/10.1103/PhysRevE.60.7186\n",
Expand All @@ -284,9 +284,7 @@
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -476,9 +474,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"metadata": {},
"source": [
"Several boundary conditions, initial conditions and computational domain geometries\n",
"are used to challenge different aspects of the numerical solver implementation. We test four combinations that are increasingly difficult to solve: two\n",
Expand Down Expand Up @@ -566,9 +562,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"metadata": {},
"source": [
"A T-shaped region with zero flux boundary conditions and with dimensions, $a=b=100$ and $c=d=20$."
]
Expand Down Expand Up @@ -1291,9 +1285,7 @@
{
"cell_type": "code",
"execution_count": 8,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -1400,6 +1392,53 @@
"plot_3d_sphere(eta_func)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission Guidelines\n",
"\n",
"Please follow these [upload instructions](https://github.com/usnistgov/pfhub/blob/master/upload.md).\n",
"\n",
"In addition to that specified, further data to upload can include a YouTube video, snapshots of the simulation at different times, or the field variable at each point in the entire domain at different times. This auxiliary data is not required, but will help others view your work.\n",
"\n",
"### Part (a)\n",
"\n",
"Part (a) requires running the simulation to equilibrium, and the following data should be collected.\n",
"\n",
"- The free energy integrated over the whole domain, $\\mathcal{F}$, at each timestep. \n",
"\n",
" The free energy data should be recorded in a file named `free_energy_2a.csv`. This plain-text CSV file ([comma-separated values](https://en.wikipedia.org/wiki/Comma-separated_values)) must have the following format -- note the column headings and lack of spaces,\n",
" and that there is no requirement to fix the number of digits for each column or row.\n",
"\n",
" ```\n",
" time,free_energy\n",
" 0.0,6400.005\n",
" 5.000000001,6300.1\n",
" ...\n",
" 10000,199.8753480000002\n",
" ...\n",
" ```\n",
"\n",
"- The composition field, $c$, and each phase-field, $\\eta_i$, at each grid point in the domain at the following times (aspirational):\n",
" - 1,000\n",
" - 10,000\n",
" - 100,000\n",
" - 1,000,000\n",
"\n",
" You may provide this data in whatever format you consider \"most useful,\" e.g. a checkpoint file in the format native to your phase-field simulation framework, and the PFHub operations team will attempt to handle it correctly.\n",
" Optionally, please consider also uploading a VTK ImageData file. If your mesh is unstructured or irregular, this will require appropriate interpolation prior to export. This can be accomplished using common scientific visualization software, e.g. using the PointVolumeInterpolator filter in ParaView.<sup>&#8225;</sup>\n",
"\n",
" The names of these data files should encode the time and problem, e.g.,\n",
" `raw_data_2a.0001000.vti`, `raw_data_2a.0010000.vti`, `raw_data_2a.0100000.vti`, and `raw_data_2a.1000000.vti`.\n",
"\n",
"<sup>&#8225;</sup>: Any mention of commercial products within NIST web pages is for information only; it does not imply recommendation or endorsement by NIST.\n",
"\n",
"### Parts (b) through (d)\n",
"\n",
"The same data as in Part (a) are required, stored in appropriately named files: please follow the same instructions, modifying \"2a\" with the appropriate letter (\"2b\", \"2c\", etc.)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -1416,9 +1455,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"metadata": {},
"source": [
"## Feedback\n",
"\n",
Expand All @@ -1429,7 +1466,10 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [],
"source": []
Expand All @@ -1452,9 +1492,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.9.16"
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}
Loading
Loading