|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Go to the source code of this file.
Functions | |
| for (MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++mfi) | |
Variables | |
| bool | l_use_salt = m_solverChoice.use_salt |
| auto | geomdata = geom.data() |
| const int | khi = geomdata.Domain().bigEnd()[2] |
| auto | T0 = m_solverChoice.T0 |
| Real | val1 = (Real(44.69) / Real(39.382)) * (Real(44.69) / Real(39.382)) |
| Real | val2 = val1 * (m_solverChoice.rho0 * Real(100.0)/g) * (Real(5.0e-5)/((Real(42.689)/Real(44.69)) * (Real(42.689)/Real(44.69)))) |
| for | ( | MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++ | mfi | ) |
Definition at line 11 of file REMORA_InitAnalyticProb_DoubleGyre.H.

| auto geomdata = geom.data() |
Definition at line 4 of file REMORA_InitAnalyticProb_DoubleGyre.H.
Referenced by for().
| const int khi = geomdata.Domain().bigEnd()[2] |
Definition at line 5 of file REMORA_InitAnalyticProb_DoubleGyre.H.
Referenced by for().
| bool l_use_salt = m_solverChoice.use_salt |
Definition at line 2 of file REMORA_InitAnalyticProb_DoubleGyre.H.
Referenced by for().
| auto T0 = m_solverChoice.T0 |
Definition at line 7 of file REMORA_InitAnalyticProb_DoubleGyre.H.
Referenced by for().
| Real val1 = (Real(44.69) / Real(39.382)) * (Real(44.69) / Real(39.382)) |
Definition at line 8 of file REMORA_InitAnalyticProb_DoubleGyre.H.
| Real val2 = val1 * (m_solverChoice.rho0 * Real(100.0)/g) * (Real(5.0e-5)/((Real(42.689)/Real(44.69)) * (Real(42.689)/Real(44.69)))) |
Definition at line 9 of file REMORA_InitAnalyticProb_DoubleGyre.H.