@@ -98,12 +98,12 @@ void DiffusionSrcForState_T (const amrex::Box& bx, const amrex::Box& domain, int
98
98
99
99
100
100
101
- void ComputeStressConsVisc_N (amrex ::Box & bxcc , amrex ::Box & tbxxy , amrex ::Box & tbxxz , amrex ::Box & tbxyz , amrex ::Real mu_eff ,
101
+ void ComputeStressConsVisc_N (amrex ::Box bxcc , amrex ::Box tbxxy , amrex ::Box tbxxz , amrex ::Box tbxyz , amrex ::Real mu_eff ,
102
102
amrex ::Array4 < amrex ::Real > & tau11 , amrex ::Array4 < amrex ::Real > & tau22 , amrex ::Array4 < amrex ::Real > & tau33 ,
103
103
amrex ::Array4 < amrex ::Real > & tau12 , amrex ::Array4 < amrex ::Real > & tau13 , amrex ::Array4 < amrex ::Real > & tau23 ,
104
104
const amrex ::Array4 < const amrex ::Real > & er_arr );
105
105
106
- void ComputeStressConsVisc_T (amrex ::Box & bxcc , amrex ::Box & tbxxy , amrex ::Box & tbxxz , amrex ::Box & tbxyz , amrex ::Real mu_eff ,
106
+ void ComputeStressConsVisc_T (amrex ::Box bxcc , amrex ::Box tbxxy , amrex ::Box tbxxz , amrex ::Box tbxyz , amrex ::Real mu_eff ,
107
107
amrex ::Array4 < amrex ::Real > & tau11 , amrex ::Array4 < amrex ::Real > & tau22 , amrex ::Array4 < amrex ::Real > & tau33 ,
108
108
amrex ::Array4 < amrex ::Real > & tau12 , amrex ::Array4 < amrex ::Real > & tau13 ,
109
109
amrex ::Array4 < amrex ::Real > & tau21 , amrex ::Array4 < amrex ::Real > & tau23 ,
@@ -114,13 +114,13 @@ void ComputeStressConsVisc_T(amrex::Box& bxcc, amrex::Box& tbxxy, amrex::Box& tb
114
114
115
115
116
116
117
- void ComputeStressVarVisc_N (amrex ::Box & bxcc , amrex ::Box & tbxxy , amrex ::Box & tbxxz , amrex ::Box & tbxyz , amrex ::Real mu_eff ,
117
+ void ComputeStressVarVisc_N (amrex ::Box bxcc , amrex ::Box tbxxy , amrex ::Box tbxxz , amrex ::Box tbxyz , amrex ::Real mu_eff ,
118
118
const amrex ::Array4 < const amrex ::Real > & mu_turb ,
119
119
amrex ::Array4 < amrex ::Real > & tau11 , amrex ::Array4 < amrex ::Real > & tau22 , amrex ::Array4 < amrex ::Real > & tau33 ,
120
120
amrex ::Array4 < amrex ::Real > & tau12 , amrex ::Array4 < amrex ::Real > & tau13 , amrex ::Array4 < amrex ::Real > & tau23 ,
121
121
const amrex ::Array4 < const amrex ::Real > & er_arr );
122
122
123
- void ComputeStressVarVisc_T (amrex ::Box & bxcc , amrex ::Box & tbxxy , amrex ::Box & tbxxz , amrex ::Box & tbxyz , amrex ::Real mu_eff ,
123
+ void ComputeStressVarVisc_T (amrex ::Box bxcc , amrex ::Box tbxxy , amrex ::Box tbxxz , amrex ::Box tbxyz , amrex ::Real mu_eff ,
124
124
const amrex ::Array4 < const amrex ::Real > & mu_turb ,
125
125
amrex ::Array4 < amrex ::Real > & tau11 , amrex ::Array4 < amrex ::Real > & tau22 , amrex ::Array4 < amrex ::Real > & tau33 ,
126
126
amrex ::Array4 < amrex ::Real > & tau12 , amrex ::Array4 < amrex ::Real > & tau13 ,
@@ -132,7 +132,7 @@ void ComputeStressVarVisc_T(amrex::Box& bxcc, amrex::Box& tbxxy, amrex::Box& tbx
132
132
133
133
134
134
135
- void ComputeStrain_N (amrex ::Box & bxcc , amrex ::Box & tbxxy , amrex ::Box & tbxxz , amrex ::Box & tbxyz ,
135
+ void ComputeStrain_N (amrex ::Box bxcc , amrex ::Box tbxxy , amrex ::Box tbxxz , amrex ::Box tbxyz ,
136
136
const amrex ::Array4 < const amrex ::Real > & u ,
137
137
const amrex ::Array4 < const amrex ::Real > & v ,
138
138
const amrex ::Array4 < const amrex ::Real > & w ,
@@ -141,7 +141,7 @@ void ComputeStrain_N(amrex::Box& bxcc, amrex::Box& tbxxy, amrex::Box& tbxxz, amr
141
141
const amrex ::BCRec * bc_ptr , const amrex ::GpuArray < amrex ::Real , AMREX_SPACEDIM > & cellSizeInv ,
142
142
const amrex ::Array4 < const amrex ::Real > & mf_m , const amrex ::Array4 < const amrex ::Real > & mf_u , const amrex ::Array4 < const amrex ::Real > & mf_v );
143
143
144
- void ComputeStrain_T (amrex ::Box & bxcc , amrex ::Box & tbxxy , amrex ::Box & tbxxz , amrex ::Box & tbxyz ,
144
+ void ComputeStrain_T (amrex ::Box bxcc , amrex ::Box tbxxy , amrex ::Box tbxxz , amrex ::Box tbxyz ,
145
145
const amrex ::Array4 < const amrex ::Real > & u ,
146
146
const amrex ::Array4 < const amrex ::Real > & v ,
147
147
const amrex ::Array4 < const amrex ::Real > & w ,
0 commit comments