2929 Cerr << liste_post_instantanes << finl;
2931 std::ostringstream oss;
2952 oss <<
"TEMPERATURE_" << lata_suffix << idx;
2953 Nom nom_temp(oss.str().c_str());
2954 if ((liste_post_instantanes.
contient_(
"TEMPERATURE")) || (liste_post_instantanes.
contient_(nom_temp)))
2956 n++, dumplata_scalar_cut_cell(cut_cell_activated, lata_name, nom_temp,
get_temperature(), latastep);
2961 oss <<
"SOURCE_TEMPERATURE_" << lata_suffix << idx;
2962 Nom nom_src_temp(oss.str().c_str());
2963 if ((liste_post_instantanes.
contient_(
"SOURCE_TEMPERATURE")) || (liste_post_instantanes.
contient_(nom_src_temp)))
2969 oss <<
"TEMPERATURE_ADIMENSIONNELLE_THETA_" << lata_suffix << idx;
2970 Nom nom_tempa(oss.str().c_str());
2971 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_ADIMENSIONNELLE_THETA")) || (liste_post_instantanes.
contient_(nom_tempa)))
2977 oss <<
"TEMPERATURE_SMOOTH_" << lata_suffix << idx;
2978 Nom nom_temp_smooth(oss.str().c_str());
2979 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_SMOOTH")) || (liste_post_instantanes.
contient_(nom_temp_smooth)))
2988 oss <<
"TEMPERATURE_BEFORE_EXTRAP_" << lata_suffix << idx;
2989 Nom nom_temp_before_extrap(oss.str().c_str());
2990 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_BEFORE_EXTRAP")) || (liste_post_instantanes.
contient_(nom_temp_before_extrap)))
2999 oss <<
"TEMPERATURE_CELL_NEIGHBOURS_" << lata_suffix << idx;
3000 Nom nom_temp_cell_neighbours(oss.str().c_str());
3001 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_CELL_NEIGHBOURS")) || (liste_post_instantanes.
contient_(nom_temp_cell_neighbours)))
3010 oss <<
"TEMPERATURE_CELL_NEIGHBOURS_DEBUG_" << lata_suffix << idx;
3011 Nom nom_temp_cell_neighbours_debug(oss.str().c_str());
3012 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_CELL_NEIGHBOURS_DEBUG")) || (liste_post_instantanes.
contient_(nom_temp_cell_neighbours_debug)))
3021 oss <<
"CELL_NEIGHBOURS_CORRECTED_" << lata_suffix << idx;
3022 Nom nom_temp_cell_neighbours_corrected(oss.str().c_str());
3023 if ((liste_post_instantanes.
contient_(
"CELL_NEIGHBOURS_CORRECTED")) || (liste_post_instantanes.
contient_(nom_temp_cell_neighbours_corrected)))
3032 oss <<
"CELL_NEIGHBOURS_COLINEARITY_" << lata_suffix << idx;
3033 Nom nom_temp_cell_neighbours_colinearity(oss.str().c_str());
3034 if ((liste_post_instantanes.
contient_(
"CELL_NEIGHBOURS_COLINEARITY")) || (liste_post_instantanes.
contient_(nom_temp_cell_neighbours_colinearity)))
3043 oss <<
"TEMPERATURE_ANA_" << lata_suffix << idx;
3044 Nom nom_ana(oss.str().c_str());
3045 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_ANA")) || (liste_post_instantanes.
contient_(nom_ana)) || (liste_post_instantanes.
contient_(
"ECART_T_ANA")))
3056 oss <<
"ECART_T_ANA_" << lata_suffix << idx;
3057 Nom nom_ecart_ana(oss.str().c_str());
3058 if ((liste_post_instantanes.
contient_(
"ECART_T_ANA") || liste_post_instantanes.
contient_(nom_ecart_ana)))
3061 n++, dumplata_scalar(lata_name, nom_ecart_ana,
get_ecart_t_ana(), latastep);
3068 oss <<
"ECART_T_ANA_REL_" << lata_suffix << idx;
3069 Nom nom_ecart_ana_rel(oss.str().c_str());
3070 if ((liste_post_instantanes.
contient_(
"ECART_T_ANA_REL") || liste_post_instantanes.
contient_(nom_ecart_ana_rel)))
3080 oss <<
"DIV_LAMBDA_GRAD_T_VOLUME_" << lata_suffix << idx;
3081 Nom nom_div_lambda_grad_T_volume(oss.str().c_str());
3082 if ((liste_post_instantanes.
contient_(
"DIV_LAMBDA_GRAD_T_VOLUME") || liste_post_instantanes.
contient_(nom_div_lambda_grad_T_volume)))
3091 oss <<
"DIV_LAMBDA_GRAD_T_" << lata_suffix << idx;
3092 Nom nom_div_lambda_grad_T(oss.str().c_str());
3093 if ((liste_post_instantanes.
contient_(
"DIV_LAMBDA_GRAD_T") || liste_post_instantanes.
contient_(nom_div_lambda_grad_T)))
3102 oss <<
"U_T_CONVECTIVE_VOLUME_" << lata_suffix << idx;
3103 Nom nom_u_T_convective_volume(oss.str().c_str());
3104 if ((liste_post_instantanes.
contient_(
"U_T_CONVECTIVE_VOLUME") || liste_post_instantanes.
contient_(nom_u_T_convective_volume)))
3113 oss <<
"U_T_CONVECTIVE_" << lata_suffix << idx;
3114 Nom nom_u_T_convective(oss.str().c_str());
3115 if ((liste_post_instantanes.
contient_(
"U_T_CONVECTIVE") || liste_post_instantanes.
contient_(nom_u_T_convective)))
3124 oss <<
"GRAD_T_" << lata_suffix << idx;
3125 Nom nom_grad(oss.str().c_str());
3126 if (liste_post_instantanes.
contient_(
"GRAD_T") || (liste_post_instantanes.
contient_(nom_grad)))
3128 const IJK_Field_vector3_double& grad_T =
get_grad_T();
3129 n++, dumplata_vector(lata_name, nom_grad, grad_T[0], grad_T[1], grad_T[2], latastep);
3136 oss <<
"GRAD_T_INTERFACE_" << lata_suffix << idx;
3137 Nom nom_grad_T_interface(oss.str().c_str());
3138 if ((liste_post_instantanes.
contient_(
"GRAD_T_INTERFACE") || liste_post_instantanes.
contient_(nom_grad_T_interface)))
3147 oss <<
"GRAD_T_INTERFACE_FT_" << lata_suffix << idx;
3148 Nom nom_grad_T_interface_ft(oss.str().c_str());
3149 if ((liste_post_instantanes.
contient_(
"GRAD_T_INTERFACE_FT") || liste_post_instantanes.
contient_(nom_grad_T_interface_ft)))
3158 oss <<
"TEMPERATURE_FT_" << lata_suffix << idx;
3159 Nom nom_temperature_ft(oss.str().c_str());
3160 if ((liste_post_instantanes.
contient_(
"TEMPERATURE_FT") || liste_post_instantanes.
contient_(nom_temperature_ft)))
3169 oss <<
"GRAD_T_DIR_X_ELEM_" << lata_suffix << idx;
3170 Nom nom_grad_T_dir_x(oss.str().c_str());
3171 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_X_ELEM") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM") || liste_post_instantanes.
contient_(nom_grad_T_dir_x))
3180 oss <<
"GRAD_T_DIR_Y_ELEM_" << lata_suffix << idx;
3181 Nom nom_grad_T_dir_y(oss.str().c_str());
3182 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_Y_ELEM_") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM") || liste_post_instantanes.
contient_(nom_grad_T_dir_y))
3191 oss <<
"GRAD_T_DIR_Z_ELEM_" << lata_suffix << idx;
3192 Nom nom_grad_T_dir_z(oss.str().c_str());
3193 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_Z_ELEM_") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM") || liste_post_instantanes.
contient_(nom_grad_T_dir_z))
3202 oss <<
"GRAD_T_DIR_X_ELEM_SMOOTH_" << lata_suffix << idx;
3203 Nom nom_grad_T_dir_x_smooth(oss.str().c_str());
3204 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_X_ELEM_SMOOTH") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM_SMOOTH")
3205 || liste_post_instantanes.
contient_(nom_grad_T_dir_x_smooth))
3214 oss <<
"GRAD_T_DIR_Y_ELEM_SMOOTH_" << lata_suffix << idx;
3215 Nom nom_grad_T_dir_y_smooth(oss.str().c_str());
3216 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_Y_ELEM_SMOOTH") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM_SMOOTH")
3217 || liste_post_instantanes.
contient_(nom_grad_T_dir_y_smooth))
3226 oss <<
"GRAD_T_DIR_Z_ELEM_SMOOTH_" << lata_suffix << idx;
3227 Nom nom_grad_T_dir_z_smooth(oss.str().c_str());
3228 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_Z_ELEM_SMOOTH") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM_SMOOTH")
3229 || liste_post_instantanes.
contient_(nom_grad_T_dir_z_smooth))
3238 oss <<
"GRAD_T_DIR_X_ELEM_TAN_SMOOTH_" << lata_suffix << idx;
3239 Nom nom_tangential_grad_T_dir_x_smooth(oss.str().c_str());
3240 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_X_ELEM_TAN_SMOOTH") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM_TAN_SMOOTH")
3241 || liste_post_instantanes.
contient_(nom_tangential_grad_T_dir_x_smooth))
3250 oss <<
"GRAD_T_DIR_Y_ELEM_TAN_SMOOTH_" << lata_suffix << idx;
3251 Nom nom_tangential_grad_T_dir_y_smooth(oss.str().c_str());
3252 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_Y_ELEM_TAN_SMOOTH") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM_TAN_SMOOTH")
3253 || liste_post_instantanes.
contient_(nom_tangential_grad_T_dir_y_smooth))
3262 oss <<
"GRAD_T_DIR_Z_ELEM_TAN_SMOOTH_" << lata_suffix << idx;
3263 Nom nom_tangential_grad_T_dir_z_smooth(oss.str().c_str());
3264 if (liste_post_instantanes.
contient_(
"GRAD_T_DIR_Z_ELEM_TAN_SMOOTH") || liste_post_instantanes.
contient_(
"GRAD_T_ELEM_TAN_SMOOTH")
3265 || liste_post_instantanes.
contient_(nom_tangential_grad_T_dir_z_smooth))
3276 oss <<
"HESS_T_DIR_XX_ELEM_" << lata_suffix << idx;
3277 Nom nom_hess_T_dir_xx(oss.str().c_str());
3278 if (liste_post_instantanes.
contient_(
"HESS_T_DIR_XX_ELEM") || liste_post_instantanes.
contient_(
"HESS_DIAG_T_ELEM") || liste_post_instantanes.
contient_(
"HESS_T_ELEM")
3279 || liste_post_instantanes.
contient_(nom_hess_T_dir_xx))
3288 oss <<
"HESS_T_DIR_YY_ELEM_" << lata_suffix << idx;
3289 Nom nom_hess_T_dir_yy(oss.str().c_str());
3290 if (liste_post_instantanes.
contient_(
"HESS_T_DIR_YY_ELEM") || liste_post_instantanes.
contient_(
"HESS_DIAG_T_ELEM") || liste_post_instantanes.
contient_(
"HESS_T_ELEM")
3291 || liste_post_instantanes.
contient_(nom_hess_T_dir_yy))
3300 oss <<
"HESS_T_DIR_ZZ_ELEM_" << lata_suffix << idx;
3301 Nom nom_hess_T_dir_zz(oss.str().c_str());
3302 if (liste_post_instantanes.
contient_(
"HESS_T_DIR_ZZ_ELEM") || liste_post_instantanes.
contient_(
"HESS_DIAG_T_ELEM") || liste_post_instantanes.
contient_(
"HESS_T_ELEM")
3303 || liste_post_instantanes.
contient_(nom_hess_T_dir_zz))
3312 oss <<
"HESS_T_DIR_XY_YX_ELEM_" << lata_suffix << idx;
3313 Nom nom_hess_T_dir_xy_yx(oss.str().c_str());
3314 if (liste_post_instantanes.
contient_(
"HESS_T_DIR_XY_YX_ELEM") || liste_post_instantanes.
contient_(
"HESS_CROSS_T_ELEM") || liste_post_instantanes.
contient_(
"HESS_T_ELEM")
3315 || liste_post_instantanes.
contient_(nom_hess_T_dir_xy_yx))
3324 oss <<
"HESS_T_DIR_XZ_ZX_ELEM_" << lata_suffix << idx;
3325 Nom nom_hess_T_dir_xz_zx(oss.str().c_str());
3326 if (liste_post_instantanes.
contient_(
"HESS_T_DIR_XZ_ZX_ELEM") || liste_post_instantanes.
contient_(
"HESS_CROSS_T_ELEM") || liste_post_instantanes.
contient_(
"HESS_T_ELEM")
3327 || liste_post_instantanes.
contient_(nom_hess_T_dir_xz_zx))
3336 oss <<
"HESS_T_DIR_YZ_ZY_ELEM_" << lata_suffix << idx;
3337 Nom nom_hess_T_dir_yz_zy(oss.str().c_str());
3338 if (liste_post_instantanes.
contient_(
"HESS_T_DIR_YZ_ZY_ELEM") || liste_post_instantanes.
contient_(
"HESS_CROSS_T_ELEM") || liste_post_instantanes.
contient_(
"HESS_T_ELEM")
3339 || liste_post_instantanes.
contient_(nom_hess_T_dir_yz_zy))
3348 oss <<
"RHO_CP_U_T_CONVECTIVE_FLUXES_X_" << lata_suffix << idx;
3349 Nom nom_rho_cp_u_T_convective_x(oss.str().c_str());
3350 if (liste_post_instantanes.
contient_(
"RHO_CP_U_T_CONVECTIVE_FLUXES_X") || liste_post_instantanes.
contient_(nom_rho_cp_u_T_convective_x))
3359 oss <<
"RHO_CP_U_T_CONVECTIVE_FLUXES_Y_" << lata_suffix << idx;
3360 Nom nom_rho_cp_u_T_convective_y(oss.str().c_str());
3361 if (liste_post_instantanes.
contient_(
"RHO_CP_U_T_CONVECTIVE_FLUXES_Y") || liste_post_instantanes.
contient_(nom_rho_cp_u_T_convective_y))
3370 oss <<
"RHO_CP_U_T_CONVECTIVE_FLUXES_Z_" << lata_suffix << idx;
3371 Nom nom_rho_cp_u_T_convective_z(oss.str().c_str());
3372 if (liste_post_instantanes.
contient_(
"RHO_CP_U_T_CONVECTIVE_FLUXES_Z") || liste_post_instantanes.
contient_(nom_rho_cp_u_T_convective_z))
3381 oss <<
"LAMBDA_GRAD_T_DIFFUSIVE_FLUXES_X_" << lata_suffix << idx;
3382 Nom nom_coeff_grad_T_diffusive_x(oss.str().c_str());
3383 if (liste_post_instantanes.
contient_(
"LAMBDA_GRAD_T_DIFFUSIVE_FLUXES_X") || liste_post_instantanes.
contient_(nom_coeff_grad_T_diffusive_x))
3392 oss <<
"LAMBDA_GRAD_T_DIFFUSIVE_FLUXES_Y_" << lata_suffix << idx;
3393 Nom nom_coeff_grad_T_diffusive_y(oss.str().c_str());
3394 if (liste_post_instantanes.
contient_(
"LAMBDA_GRAD_T_DIFFUSIVE_FLUXES_Y") || liste_post_instantanes.
contient_(nom_coeff_grad_T_diffusive_y))
3403 oss <<
"LAMBDA_GRAD_T_DIFFUSIVE_FLUXES_Z_" << lata_suffix << idx;
3404 Nom nom_coeff_grad_T_diffusive_z(oss.str().c_str());
3405 if (liste_post_instantanes.
contient_(
"LAMBDA_GRAD_T_DIFFUSIVE_FLUXES_Z") || liste_post_instantanes.
contient_(nom_coeff_grad_T_diffusive_z))
3418 Nom nom_distance(oss.str().c_str());
3419 if ((liste_post_instantanes.
contient_(
"DISTANCE") || liste_post_instantanes.
contient_(nom_distance)))
3429 oss <<
"NORMAL_VECTOR_X";
3430 Nom nom_normal_vector_x(oss.str().c_str());
3431 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_X") || liste_post_instantanes.
contient_(nom_normal_vector_x))
3441 oss <<
"NORMAL_VECTOR_Y";
3442 Nom nom_normal_vector_y(oss.str().c_str());
3443 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Y") || liste_post_instantanes.
contient_(nom_normal_vector_y))
3453 oss <<
"NORMAL_VECTOR_Z";
3454 Nom nom_normal_vector_z(oss.str().c_str());
3455 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Z") || liste_post_instantanes.
contient_(nom_normal_vector_z))
3465 oss <<
"NORMAL_VECTOR_X_NORMED";
3466 Nom nom_normal_vector_x_normed(oss.str().c_str());
3467 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_X_NORMED") || liste_post_instantanes.
contient_(nom_normal_vector_x_normed))
3477 oss <<
"NORMAL_VECTOR_Y_NORMED";
3478 Nom nom_normal_vector_y_normed(oss.str().c_str());
3479 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Y_NORMED") || liste_post_instantanes.
contient_(nom_normal_vector_y_normed))
3489 oss <<
"NORMAL_VECTOR_Z_NORMED";
3490 Nom nom_normal_vector_z_normed(oss.str().c_str());
3491 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Z_NORMED") || liste_post_instantanes.
contient_(nom_normal_vector_z_normed))
3502 Nom nom_curvature(oss.str().c_str());
3503 if ((liste_post_instantanes.
contient_(
"CURVATURE") || liste_post_instantanes.
contient_(nom_curvature)))
3513 oss <<
"INTERFACIAL_AREA";
3514 Nom nom_interfacial_area(oss.str().c_str());
3515 if ((liste_post_instantanes.
contient_(
"INTERFACIAL_AREA") || liste_post_instantanes.
contient_(nom_interfacial_area)))
3525 oss <<
"DISTANCE_FT";
3526 Nom nom_distance_ft(oss.str().c_str());
3527 if ((liste_post_instantanes.
contient_(
"DISTANCE_FT") || liste_post_instantanes.
contient_(nom_distance_ft)))
3537 oss <<
"NORMAL_VECTOR_X_FT";
3538 Nom nom_normal_vector_x_ft(oss.str().c_str());
3539 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_X_FT") || liste_post_instantanes.
contient_(
"NORMAL_VECTOR_X_FT") || liste_post_instantanes.
contient_(nom_normal_vector_x_ft))
3549 oss <<
"NORMAL_VECTOR_Y_FT";
3550 Nom nom_normal_vector_y_ft(oss.str().c_str());
3551 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Y_FT") || liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Y_FT") || liste_post_instantanes.
contient_(nom_normal_vector_y_ft))
3561 oss <<
"NORMAL_VECTOR_Z_FT";
3562 Nom nom_normal_vector_z_ft(oss.str().c_str());
3563 if (liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Z_FT") || liste_post_instantanes.
contient_(
"NORMAL_VECTOR_Z_FT") || liste_post_instantanes.
contient_(nom_normal_vector_z_ft))
3573 oss <<
"CURVATURE_FT";
3574 Nom nom_curvature_ft(oss.str().c_str());
3575 if ((liste_post_instantanes.
contient_(
"CURVATURE_FT") || liste_post_instantanes.
contient_(nom_curvature_ft)))
3585 oss <<
"INTERFACIAL_AREA_FT";
3586 Nom nom_interfacial_area_ft(oss.str().c_str());
3587 if ((liste_post_instantanes.
contient_(
"INTERFACIAL_AREA_FT") || liste_post_instantanes.
contient_(nom_interfacial_area_ft)))
3597 oss <<
"INDICATOR_FT";
3598 Nom nom_indicator_ft(oss.str().c_str());
3599 if ((liste_post_instantanes.
contient_(
"INDICATOR_FT") || liste_post_instantanes.
contient_(nom_indicator_ft)))
3601 n++, dumplata_scalar(lata_name, nom_indicator_ft, ref_ijk_ft_->get_interface().I_ft(), latastep);
3610 Nom nom_bary_x(oss.str().c_str());
3611 if (liste_post_instantanes.
contient_(
"BARY") || liste_post_instantanes.
contient_(
"BARY_X") || liste_post_instantanes.
contient_(nom_bary_x))
3613 n++, dumplata_scalar(lata_name, nom_bary_x,
get_bary()[0], latastep);
3622 Nom nom_bary_y(oss.str().c_str());
3623 if (liste_post_instantanes.
contient_(
"BARY") || liste_post_instantanes.
contient_(
"BARY_Y") || liste_post_instantanes.
contient_(nom_bary_y))
3625 n++, dumplata_scalar(lata_name, nom_bary_y,
get_bary()[1], latastep);
3634 Nom nom_bary_z(oss.str().c_str());
3635 if (liste_post_instantanes.
contient_(
"BARY") || liste_post_instantanes.
contient_(
"BARY_Z") || liste_post_instantanes.
contient_(nom_bary_z))
3638 n++, dumplata_scalar(lata_name, nom_bary_z,
get_bary()[2], latastep);
3646 oss <<
"EULERIAN_COMPO_FT";
3647 Nom nom_eulerian_compo_ft(oss.str().c_str());
3648 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_FT") || liste_post_instantanes.
contient_(nom_eulerian_compo_ft))
3659 oss <<
"EULERIAN_COMPO";
3660 Nom nom_eulerian_compo(oss.str().c_str());
3661 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO") || liste_post_instantanes.
contient_(nom_eulerian_compo))
3672 oss <<
"EULERIAN_COMPO_GHOST_FT";
3673 Nom nom_eulerian_compo_ghost_ft(oss.str().c_str());
3674 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_GHOST_FT") || liste_post_instantanes.
contient_(nom_eulerian_compo_ghost_ft))
3685 oss <<
"EULERIAN_COMPO_GHOST";
3686 Nom nom_eulerian_compo_ghost(oss.str().c_str());
3687 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_GHOST") || liste_post_instantanes.
contient_(nom_eulerian_compo_ghost))
3698 oss <<
"EULERIAN_COMPO_INTERFACE_FT";
3699 Nom nom_eulerian_compo_from_interface_ft(oss.str().c_str());
3700 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_INTERFACE_FT") || liste_post_instantanes.
contient_(nom_eulerian_compo_from_interface_ft))
3711 oss <<
"EULERIAN_COMPO_INTERFACE_GHOST_FT";
3712 Nom nom_eulerian_compo_from_interface_ghost_ft(oss.str().c_str());
3713 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_INTERFACE_GHOST_FT") || liste_post_instantanes.
contient_(nom_eulerian_compo_from_interface_ghost_ft))
3724 oss <<
"EULERIAN_COMPO_INTERFACE_NS";
3725 Nom nom_eulerian_compo_from_interface_ns(oss.str().c_str());
3726 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_INTERFACE_NS") || liste_post_instantanes.
contient_(nom_eulerian_compo_from_interface_ns))
3737 oss <<
"EULERIAN_COMPO_INTERFACE_GHOST_NS";
3738 Nom nom_eulerian_compo_from_interface_ghost_ns(oss.str().c_str());
3739 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_INTERFACE_GHOST_NS") || liste_post_instantanes.
contient_(nom_eulerian_compo_from_interface_ghost_ns))
3750 oss <<
"EULERIAN_COMPO_INTERFACE_INT";
3751 Nom nom_eulerian_compo_from_interface_int(oss.str().c_str());
3752 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_INTERFACE_INT") || liste_post_instantanes.
contient_(nom_eulerian_compo_from_interface_int))
3763 oss <<
"EULERIAN_COMPO_INTERFACE_GHOST_INT";
3764 Nom nom_eulerian_compo_from_interface_ghost_int(oss.str().c_str());
3765 if (liste_post_instantanes.
contient_(
"EULERIAN_COMPO_INTERFACE_GHOST_INT") || liste_post_instantanes.
contient_(nom_eulerian_compo_from_interface_ghost_int))
3776 oss <<
"RISING_VELOCITIES";
3777 Nom nom_eulerian_rising_velocities(oss.str().c_str());
3778 if (liste_post_instantanes.
contient_(
"RISING_VELOCITIES") || liste_post_instantanes.
contient_(nom_eulerian_rising_velocities))
3792 oss <<
"DEBUG_LRS_CELLS_" << lata_suffix << idx;
3793 Nom nom_debug_lrs_cells(oss.str().c_str());
3794 if (liste_post_instantanes.
contient_(
"DEBUG_LRS_CELLS") || liste_post_instantanes.
contient_(nom_debug_lrs_cells))
3804 oss <<
"CELL_FACES_CORRECTED_CONVECTIVE_X_" << lata_suffix << idx;
3805 Nom nom_cell_faces_corrected_convective_x(oss.str().c_str());
3806 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_CONVECTIVE_X") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_convective_x))
3815 oss <<
"CELL_FACES_CORRECTED_CONVECTIVE_Y_" << lata_suffix << idx;
3816 Nom nom_cell_faces_corrected_convective_y(oss.str().c_str());
3817 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_CONVECTIVE_Y") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_convective_y))
3826 oss <<
"CELL_FACES_CORRECTED_CONVECTIVE_Z_" << lata_suffix << idx;
3827 Nom nom_cell_faces_corrected_convective_z(oss.str().c_str());
3828 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_CONVECTIVE_Z") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_convective_z))
3837 oss <<
"CELL_FACES_CORRECTED_DIFFUSIVE_X_" << lata_suffix << idx;
3838 Nom nom_cell_faces_corrected_diffusive_x(oss.str().c_str());
3839 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_DIFFUSIVE_X") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_diffusive_x))
3848 oss <<
"CELL_FACES_CORRECTED_DIFFUSIVE_Y_" << lata_suffix << idx;
3849 Nom nom_cell_faces_corrected_diffusive_y(oss.str().c_str());
3850 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_DIFFUSIVE_Y") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_diffusive_y))
3859 oss <<
"CELL_FACES_CORRECTED_DIFFUSIVE_Z_" << lata_suffix << idx;
3860 Nom nom_cell_faces_corrected_diffusive_z(oss.str().c_str());
3861 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_DIFFUSIVE_Z") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_diffusive_z))
3870 oss <<
"CELL_FACES_CORRECTED_BOOL_X_" << lata_suffix << idx;
3871 Nom nom_cell_faces_corrected_bool_x(oss.str().c_str());
3872 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_BOOL_X") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_bool_x))
3881 oss <<
"CELL_FACES_CORRECTED_BOOL_Y_" << lata_suffix << idx;
3882 Nom nom_cell_faces_corrected_bool_y(oss.str().c_str());
3883 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_BOOL_Y") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_bool_y))
3892 oss <<
"CELL_FACES_CORRECTED_BOOL_Z_" << lata_suffix << idx;
3893 Nom nom_cell_faces_corrected_bool_z(oss.str().c_str());
3894 if (liste_post_instantanes.
contient_(
"CELL_FACES_CORRECTED_BOOL_Z") || liste_post_instantanes.
contient_(nom_cell_faces_corrected_bool_z))
3903 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_DIAG_BOOL_X_" << lata_suffix << idx;
3904 Nom nom_cell_faces_neighbours_corrected_diag_bool_x(oss.str().c_str());
3905 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_DIAG_BOOL_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_diag_bool_x))
3914 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_DIAG_BOOL_Y_" << lata_suffix << idx;
3915 Nom nom_cell_faces_neighbours_corrected_diag_bool_y(oss.str().c_str());
3916 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_DIAG_BOOL_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_diag_bool_y))
3925 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_DIAG_BOOL_Z_" << lata_suffix << idx;
3926 Nom nom_cell_faces_neighbours_corrected_diag_bool_z(oss.str().c_str());
3927 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_DIAG_BOOL_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_diag_bool_z))
3936 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_ALL_BOOL_X_" << lata_suffix << idx;
3937 Nom nom_cell_faces_neighbours_corrected_all_bool_x(oss.str().c_str());
3938 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_ALL_BOOL_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_all_bool_x))
3947 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_ALL_BOOL_Y_" << lata_suffix << idx;
3948 Nom nom_cell_faces_neighbours_corrected_all_bool_y(oss.str().c_str());
3949 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_ALL_BOOL_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_all_bool_y))
3958 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_ALL_BOOL_Z_" << lata_suffix << idx;
3959 Nom nom_cell_faces_neighbours_corrected_all_bool_z(oss.str().c_str());
3960 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_ALL_BOOL_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_all_bool_z))
3969 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_MIN_MAX_BOOL_X_" << lata_suffix << idx;
3970 Nom nom_cell_faces_neighbours_corrected_min_max_bool_x(oss.str().c_str());
3971 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_MIN_MAX_BOOL_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_min_max_bool_x))
3980 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_MIN_MAX_BOOL_Y_" << lata_suffix << idx;
3981 Nom nom_cell_faces_neighbours_corrected_min_max_bool_y(oss.str().c_str());
3982 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_MIN_MAX_BOOL_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_min_max_bool_y))
3991 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_MIN_MAX_BOOL_Z_" << lata_suffix << idx;
3992 Nom nom_cell_faces_neighbours_corrected_min_max_bool_z(oss.str().c_str());
3993 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_MIN_MAX_BOOL_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_min_max_bool_z))
4002 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_U_T_X_" << lata_suffix << idx;
4003 Nom nom_cell_faces_neighbours_corrected_u_T_x(oss.str().c_str());
4004 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_U_T_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_u_T_x))
4013 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_U_T_Y_" << lata_suffix << idx;
4014 Nom nom_cell_faces_neighbours_corrected_u_T_y(oss.str().c_str());
4015 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_U_T_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_u_T_y))
4024 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_U_T_Z_" << lata_suffix << idx;
4025 Nom nom_cell_faces_neighbours_corrected_u_T_z(oss.str().c_str());
4026 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_U_T_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_u_T_z))
4035 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_FRAME_REF_X_" << lata_suffix << idx;
4036 Nom nom_cell_faces_neighbours_corrected_convective_frame_ref_x(oss.str().c_str());
4037 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_FRAME_REF_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_convective_frame_ref_x))
4046 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_FRAME_REF_Y_" << lata_suffix << idx;
4047 Nom nom_cell_faces_neighbours_corrected_convective_frame_ref_y(oss.str().c_str());
4048 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_FRAME_REF_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_convective_frame_ref_y))
4057 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_FRAME_REF_Z_" << lata_suffix << idx;
4058 Nom nom_cell_faces_neighbours_corrected_convective_frame_ref_z(oss.str().c_str());
4059 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_FRAME_REF_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_convective_frame_ref_z))
4069 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_X_" << lata_suffix << idx;
4070 Nom nom_cell_faces_neighbours_corrected_convective_x(oss.str().c_str());
4071 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_convective_x))
4080 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_Y_" << lata_suffix << idx;
4081 Nom nom_cell_faces_neighbours_corrected_convective_y(oss.str().c_str());
4082 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_convective_y))
4091 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_Z_" << lata_suffix << idx;
4092 Nom nom_cell_faces_neighbours_corrected_convective_z(oss.str().c_str());
4093 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_CONVECTIVE_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_convective_z))
4102 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_DIFFUSIVE_X_" << lata_suffix << idx;
4103 Nom nom_cell_faces_neighbours_corrected_diffusive_x(oss.str().c_str());
4104 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_DIFFUSIVE_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_diffusive_x))
4113 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_DIFFUSIVE_Y_" << lata_suffix << idx;
4114 Nom nom_cell_faces_neighbours_corrected_diffusive_y(oss.str().c_str());
4115 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_DIFFUSIVE_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_diffusive_y))
4124 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_DIFFUSIVE_Z_" << lata_suffix << idx;
4125 Nom nom_cell_faces_neighbours_corrected_diffusive_z(oss.str().c_str());
4126 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_DIFFUSIVE_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_diffusive_z))
4135 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_COLINEARITY_X_" << lata_suffix << idx;
4136 Nom nom_cell_faces_neighbours_corrected_colinearity_x(oss.str().c_str());
4137 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_COLINEARITY_X") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_colinearity_x))
4146 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_COLINEARITY_Y_" << lata_suffix << idx;
4147 Nom nom_cell_faces_neighbours_corrected_colinearity_y(oss.str().c_str());
4148 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_COLINEARITY_Y") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_colinearity_y))
4157 oss <<
"CELL_FACES_NEIGHBOURS_CORRECTED_COLINEARITY_Z_" << lata_suffix << idx;
4158 Nom nom_cell_faces_neighbours_corrected_colinearity_z(oss.str().c_str());
4159 if (liste_post_instantanes.
contient_(
"CELL_FACES_NEIGHBOURS_CORRECTED_COLINEARITY_Z") || liste_post_instantanes.
contient_(nom_cell_faces_neighbours_corrected_colinearity_z))
4168 oss <<
"CELL_NEIGHBOURS_CORRECTED_TRIMMED_" << lata_suffix << idx;
4169 Nom nom_cell_neighbours_corrected_trimmed(oss.str().c_str());
4170 if (liste_post_instantanes.
contient_(
"CELL_NEIGHBOURS_CORRECTED_TRIMMED") || liste_post_instantanes.
contient_(nom_cell_neighbours_corrected_trimmed))
4181 oss <<
"PROBE_COLLISION_DEBUG";
4182 Nom nom_probe_collision_debug(oss.str().c_str());
4183 if (liste_post_instantanes.
contient_(
"PROBE_COLLISION_DEBUG") || liste_post_instantanes.
contient_(nom_probe_collision_debug))
4193 oss <<
"INTERFACIAL_FLUX_DISPATCH_X_" << lata_suffix << idx;
4194 Nom nom_interfacial_flux_dispatch_x(oss.str().c_str());
4195 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_DISPATCH_X") || liste_post_instantanes.
contient_(nom_interfacial_flux_dispatch_x))
4204 oss <<
"INTERFACIAL_FLUX_DISPATCH_Y_" << lata_suffix << idx;
4205 Nom nom_interfacial_flux_dispatch_y(oss.str().c_str());
4206 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_DISPATCH_Y") || liste_post_instantanes.
contient_(nom_interfacial_flux_dispatch_y))
4215 oss <<
"INTERFACIAL_FLUX_DISPATCH_Z_" << lata_suffix << idx;
4216 Nom nom_interfacial_flux_dispatch_z(oss.str().c_str());
4217 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_DISPATCH_Z") || liste_post_instantanes.
contient_(nom_interfacial_flux_dispatch_z))
4227 oss <<
"INTERFACIAL_FLUX_CONTRIB_X_" << lata_suffix << idx;
4228 Nom nom_interfacial_flux_contrib_x(oss.str().c_str());
4229 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_CONTRIB_X") || liste_post_instantanes.
contient_(nom_interfacial_flux_contrib_x))
4238 oss <<
"INTERFACIAL_FLUX_CONTRIB_Y_" << lata_suffix << idx;
4239 Nom nom_interfacial_flux_contrib_y(oss.str().c_str());
4240 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_CONTRIB_Y") || liste_post_instantanes.
contient_(nom_interfacial_flux_contrib_y))
4249 oss <<
"INTERFACIAL_FLUX_CONTRIB_Z_" << lata_suffix << idx;
4250 Nom nom_interfacial_flux_contrib_z(oss.str().c_str());
4251 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_CONTRIB_Z") || liste_post_instantanes.
contient_(nom_interfacial_flux_contrib_z))
4260 oss <<
"INTERFACIAL_FLUX_CURRENT_X_" << lata_suffix << idx;
4261 Nom nom_interfacial_flux_current_x(oss.str().c_str());
4262 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_CURRENT_X") || liste_post_instantanes.
contient_(nom_interfacial_flux_current_x))
4271 oss <<
"INTERFACIAL_FLUX_CURRENT_Y_" << lata_suffix << idx;
4272 Nom nom_interfacial_flux_current_y(oss.str().c_str());
4273 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_CURRENT_Y") || liste_post_instantanes.
contient_(nom_interfacial_flux_current_y))
4282 oss <<
"INTERFACIAL_FLUX_CURRENT_Z_" << lata_suffix << idx;
4283 Nom nom_interfacial_flux_current_z(oss.str().c_str());
4284 if (liste_post_instantanes.
contient_(
"INTERFACIAL_FLUX_CURRENT_Z") || liste_post_instantanes.
contient_(nom_interfacial_flux_current_z))