|
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 = (44.69_rt / 39.382_rt) * (44.69_rt / 39.382_rt) |
| Real | val2 = val1 * (m_solverChoice.rho0 * 100.0_rt/g) * (5.0e-5_rt/((42.689_rt/44.69_rt) * (42.689_rt/44.69_rt))) |
| 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 = (44.69_rt / 39.382_rt) * (44.69_rt / 39.382_rt) |
Definition at line 8 of file REMORA_InitAnalyticProb_DoubleGyre.H.
| Real val2 = val1 * (m_solverChoice.rho0 * 100.0_rt/g) * (5.0e-5_rt/((42.689_rt/44.69_rt) * (42.689_rt/44.69_rt))) |
Definition at line 9 of file REMORA_InitAnalyticProb_DoubleGyre.H.