16#include <Navier_Stokes_FTD_IJK.h>
17#include <Probleme_FTD_IJK.h>
26 Cerr <<
"Probleme_FTD_IJK::initialize()" << finl;
28 domaine_ijk_->get_local_mesh_delta(DIRECTION_K, 2 ,
delta_z_local_);
40 const auto& bc =
eq_ns.get_boundary_conditions();
42 auto& vel =
eq_ns.get_velocity();
45 allocate_velocity(vel, domaine_ijk_.valeur(), 2,
"VELOCITY", bc.get_dU_perio(bc.get_resolution_u_prime_()));
Class defining operators and methods for all reading operation in an input flow (file,...
void compute_ghost_cell_numbers_for_subproblems(const Domaine_IJK &splitting, int ghost_init)
int get_probes_ghost_cells(int ghost_init)
virtual Entree & readOn(Entree &)
Lecture d'un Objet_U sur un flot d'entree Methode a surcharger.
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
int thermal_probes_ghost_cells_
ArrOfDouble_with_ghost delta_z_local_
void initialize() override
This method is called once at the beginning, before any other one of the interface Problem.
const Navier_Stokes_FTD_IJK & eq_ns() const
const IJK_Thermals & get_ijk_thermals() const
void initialize() override
This method is called once at the beginning, before any other one of the interface Problem.
void create_forced_dilation() override
Classe de base des flux de sortie.