|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|

Go to the source code of this file.
Functions | |
| Vector< Real > | alpha_eff (NPRIMVAR_max, 0.0) |
| if (l_consA) | |
| alpha_eff_d | resize (alpha_eff.size()) |
| eddy_diff_idz_d | resize (eddy_diff_idz.size()) |
Variables | |
| const auto & | dom_lo = lbound(domain) |
| const auto & | dom_hi = ubound(domain) |
| DiffChoice | diffChoice = solverChoice.diffChoice |
| TurbChoice | turbChoice = solverChoice.turbChoice[level] |
| bool | l_consA = (diffChoice.molec_diff_type == MolecDiffType::ConstantAlpha) |
| bool | l_turb = turbChoice.use_kturb |
| else | |
| Gpu::AsyncVector< Real > | alpha_eff_d |
| Gpu::AsyncVector< int > | eddy_diff_idz_d |
| Real * | d_alpha_eff = alpha_eff_d.data() |
| int * | d_eddy_diff_idz = eddy_diff_idz_d.data() |
| Vector<Real> alpha_eff | ( | NPRIMVAR_max | , |
| 0. | 0 | ||
| ) |
| if | ( | l_consA | ) |

| alpha_eff_d resize | ( | alpha_eff. | size() | ) |
| eddy_diff_idz_d resize | ( | eddy_diff_idz. | size() | ) |
| Gpu::AsyncVector<Real> alpha_eff_d |
| Real* d_alpha_eff = alpha_eff_d.data() |
| int* d_eddy_diff_idz = eddy_diff_idz_d.data() |
| DiffChoice diffChoice = solverChoice.diffChoice |
Referenced by if().
| const auto& dom_hi = ubound(domain) |
Referenced by MOSTAverage::compute_plane_averages(), ComputeStrain_N(), ComputeStrain_S(), ComputeStrain_T(), ERF::CreateWeatherDataGeomBoxArrayDistMap(), DiffusionSrcForState_N(), DiffusionSrcForState_S(), DiffusionSrcForState_T(), ERF::fill_from_bndryregs(), ImplicitDiffForState_N(), ImplicitDiffForState_S(), ImplicitDiffForState_T(), ERFPhysBCFunct_base::impose_lateral_basestate_bcs(), ERFPhysBCFunct_cons::impose_lateral_cons_bcs(), ERFPhysBCFunct_u::impose_lateral_xvel_bcs(), ERFPhysBCFunct_v::impose_lateral_yvel_bcs(), ERFPhysBCFunct_w::impose_lateral_zvel_bcs(), ERFPhysBCFunct_base::impose_vertical_basestate_bcs(), ERFPhysBCFunct_cons::impose_vertical_cons_bcs(), ERFPhysBCFunct_u::impose_vertical_xvel_bcs(), ERFPhysBCFunct_v::impose_vertical_yvel_bcs(), ERFPhysBCFunct_w::impose_vertical_zvel_bcs(), ERF::ImposeBCsOnPhi(), make_terrain_fitted_coords(), PlaneAverage::PlaneAverage(), ERF::poisson_wall_dist(), realbdy_bc_bxs_xy(), realbdy_compute_interior_ghost_rhs(), realbdy_interior_bxs_xy(), realbdy_set_rhs_in_spec_region(), ERF::solve_with_EB_mlmg(), ERF::solve_with_gmres(), and ERF::solve_with_mlmg().
| const auto& dom_lo = lbound(domain) |
Referenced by ComputeStrain_N(), ComputeStrain_S(), ComputeStrain_T(), ERF::CreateWeatherDataGeomBoxArrayDistMap(), DiffusionSrcForState_N(), DiffusionSrcForState_S(), DiffusionSrcForState_T(), ERF::fill_from_bndryregs(), ImplicitDiffForState_N(), ImplicitDiffForState_S(), ImplicitDiffForState_T(), ERFPhysBCFunct_base::impose_lateral_basestate_bcs(), ERFPhysBCFunct_cons::impose_lateral_cons_bcs(), ERFPhysBCFunct_u::impose_lateral_xvel_bcs(), ERFPhysBCFunct_v::impose_lateral_yvel_bcs(), ERFPhysBCFunct_w::impose_lateral_zvel_bcs(), ERFPhysBCFunct_base::impose_vertical_basestate_bcs(), ERFPhysBCFunct_cons::impose_vertical_cons_bcs(), ERFPhysBCFunct_u::impose_vertical_xvel_bcs(), ERFPhysBCFunct_v::impose_vertical_yvel_bcs(), ERFPhysBCFunct_w::impose_vertical_zvel_bcs(), ERF::ImposeBCsOnPhi(), make_terrain_fitted_coords(), PlaneAverage::PlaneAverage(), ERF::poisson_wall_dist(), realbdy_bc_bxs_xy(), realbdy_compute_interior_ghost_rhs(), realbdy_interior_bxs_xy(), realbdy_set_rhs_in_spec_region(), ERF::solve_with_EB_mlmg(), ERF::solve_with_gmres(), and ERF::solve_with_mlmg().
| Gpu::AsyncVector<int> eddy_diff_idz_d |
| else |
| bool l_consA = (diffChoice.molec_diff_type == MolecDiffType::ConstantAlpha) |
| bool l_turb = turbChoice.use_kturb |
| TurbChoice turbChoice = solverChoice.turbChoice[level] |