You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/intermediate/turbulence_super_resolution.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Turbulence Super Resolution
6
6
Introduction
7
7
------------
8
8
9
-
This example uses PhysicsNeMo Sym to train a super-resolution surrogate model for predicting high-fidelity homogeneous isotropic turbulence fields from filtered low-resolution observations provided by the `Johns Hopkins Turbulence Database <http://turbulence.pha.jhu.edu/>`_.
9
+
This example uses PhysicsNeMo Sym to train a super-resolution surrogate model for predicting high-fidelity homogeneous isotropic turbulence fields from filtered low-resolution observations provided by the `Johns Hopkins Turbulence Database <https://turbulence.idies.jhu.edu/home>`_.
10
10
This model will combine standard data-driven learning as well as how to define custom data-driven loss functions that are uniquely catered to a specific problem.
11
11
In this example you will learn the following:
12
12
@@ -34,7 +34,7 @@ Problem Description
34
34
-------------------
35
35
36
36
The objective of this problem is to learn the mapping between a low-resolution filtered 3D flow field to a high-fidelity solution.
37
-
The flow field will be samples of a forced `isotropic turbulence direct numerical simulation <http://turbulence.pha.jhu.edu/Forced_isotropic_turbulence.aspx>`_ originally simulated with a resolution of :math:`1024^{3}`.
37
+
The flow field will be samples of a forced `isotropic turbulence direct numerical simulation <https://turbulence.idies.jhu.edu/datasets/homogeneousTurbulence/isotropic>`_ originally simulated with a resolution of :math:`1024^{3}`.
38
38
This simulation solves the forced Navier-Stokes equations:
39
39
40
40
.. math::
@@ -121,8 +121,8 @@ Case Setup
121
121
----------
122
122
123
123
Before proceeding, it is important to recognize that this problem needs to download the dataset upon its first run.
124
-
To download the dataset from `Johns Hopkins Turbulence Database <http://turbulence.pha.jhu.edu/>`_ you will need to request an access token.
125
-
Information regarding this process can be found on the `database website <http://turbulence.pha.jhu.edu/authtoken.aspx>`_.
124
+
To download the dataset from `Johns Hopkins Turbulence Database <https://turbulence.idies.jhu.edu/home>`_ you will need to request an access token.
125
+
Information regarding this process can be found on the `database website <https://turbulence.idies.jhu.edu/database>`_.
126
126
Once aquired, please overwrite the default token in the config in the specified location.
127
127
Utilities used to download the data can be located in ``examples/super_resolution/jhtdb_utils.py``, but will not be discussed in this tutorial.
0 commit comments