REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
REMORA_InitAnalyticProb_CoupleToERF.H
Go to the documentation of this file.
1 auto T0 = m_solverChoice.T0;
2 auto S0 = m_solverChoice.S0;
3
4 mf_cons.setVal(T0,Temp_comp,1);
5 mf_cons.setVal(S0,Salt_comp,1);
6 // Only a passive dye lives at Tracer_comp; with biology and no dye that slot is NO3,
7 // which init_biology_ic owns.
8 if (remora.num_passive_scalars() > 0) { mf_cons.setVal(zero,Tracer_comp,1); }
9 mf_xvel.setVal(zero);
10 mf_yvel.setVal(zero);
constexpr amrex::Real zero
#define Temp_comp
#define Tracer_comp
#define Salt_comp
mf_cons setVal(T0, Temp_comp, 1)