|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Go to the source code of this file.
Functions | |
| for (MFIter mfi((mf_sustr), TilingIfNotGPU());mfi.isValid();++mfi) | |
| mf_svstr | setVal (0.0_rt) |
Variables | |
| const auto | prob_lo = geomdata.ProbLo() |
| const auto | prob_hi = geomdata.ProbHi() |
| const auto | dx = geomdata.CellSize() |
| Real | pi = 3.14159265359_rt |
| const Real | yextent = prob_hi[1] - prob_lo[1] |
| const Real | windamp = -0.05_rt / m_solverChoice.rho0 |
| const Real | val1 = 2.0_rt * pi / yextent |
| const Real | prob_lo_y = prob_lo[1] |
| const Real | dy = dx[1] |
| for | ( | MFIter mfi((mf_sustr), TilingIfNotGPU());mfi.isValid();++ | mfi | ) |
Definition at line 13 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
| mf_svstr setVal | ( | 0. | 0_rt | ) |
| const auto dx = geomdata.CellSize() |
Definition at line 3 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by for(), for(), for(), REMORA::init_beta_plane_coriolis(), REMORA::refinement_criteria_setup(), REMORA::WriteNCPlotFile_which(), and REMORA::WritePlotFile().
| const Real dy = dx[1] |
Definition at line 12 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by for(), and REMORA::WritePlotFile().
| Real pi = 3.14159265359_rt |
Definition at line 6 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
| const auto prob_hi = geomdata.ProbHi() |
Definition at line 2 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
| const auto prob_lo = geomdata.ProbLo() |
Definition at line 1 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by add_par(), for(), for(), and REMORA::init_beta_plane_coriolis().
| const Real prob_lo_y = prob_lo[1] |
Definition at line 11 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by for().
Definition at line 10 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by for().
| const Real windamp = -0.05_rt / m_solverChoice.rho0 |
Definition at line 9 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by for().
Definition at line 8 of file REMORA_InitAnalyticSMFlux_DoubleGyre.H.
Referenced by for().