TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Source_Transport_K_Omega_VEF_Face_base.h
1/****************************************************************************
2* Copyright (c) 2023, CEA
3* All rights reserved.
4*
5* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6* 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7* 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8* 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
9*
10* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
11* IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
12* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13*
14*****************************************************************************/
15
16#ifndef Source_Transport_K_Omega_VEF_Face_base_included
17#define Source_Transport_K_Omega_VEF_Face_base_included
18
19#include <Calcul_Production_K_VEF.h>
20#include <Tensors_Computation_VEF.h>
21#include <Source_Transport_proto.h>
22#include <Source_Transport_VEF_Face_base.h>
23#include <TRUST_Ref.h>
24
26class Domaine_Cl_VEF;
27class Domaine_VEF;
29
31{
32 Declare_base_sans_constructeur(Source_Transport_K_Omega_VEF_Face_base);
33public :
36
37 virtual void compute_cross_diffusion(DoubleTab& gradKgradOmega) const { return not_implemented<void>(__func__); }
38 virtual void compute_blending_F1(DoubleTab& gradKgradOmega) const { return not_implemented<void>(__func__); }
39
40protected :
41 DoubleTab& ajouter_komega(DoubleTab&) const;
42 virtual void fill_resu_k_omega(const DoubleVect& , const DoubleTrav& , const DoubleTab&, DoubleTab& ) const { return not_implemented<void>(__func__); }
43
45 OWN_PTR(Champ_Fonc_base) grad_k_omega_; /* produit : grad (K) * grad (omega)*/
46 OWN_PTR(Champ_Fonc_base) grad_k_elem_;
47 OWN_PTR(Champ_Fonc_base) grad_omega_elem_;
48 OWN_PTR(Champ_Fonc_base) production_k_face_;
49 OWN_PTR(Champ_Fonc_base) production_omega_face_;
50 OWN_PTR(Champ_Fonc_base) dissipation_k_face_;
51 OWN_PTR(Champ_Fonc_base) dissipation_omega_face_;
52 OWN_PTR(Champ_Fonc_base) cross_diffusion_k_omega_face_;
53
54
55 std::map<std::string, DoubleTab> contrib_komega;
56};
57
58#endif /* Source_Transport_K_Omega_VEF_Face_base_included */
classe Champ_Fonc_base Classe de base des champs qui sont fonction d'une grandeur calculee
class Domaine_VEF
Definition Domaine_VEF.h:54
Classe Modele_turbulence_hyd_K_Omega Cette classe represente le modele de turbulence (k,...
OBS_PTR(Modele_turbulence_hyd_K_Omega) turbulence_model
OWN_PTR(Champ_Fonc_base) production_omega_face_
OWN_PTR(Champ_Fonc_base) dissipation_omega_face_
OWN_PTR(Champ_Fonc_base) grad_omega_elem_
virtual void fill_resu_k_omega(const DoubleVect &, const DoubleTrav &, const DoubleTab &, DoubleTab &) const
OWN_PTR(Champ_Fonc_base) grad_k_omega_
OWN_PTR(Champ_Fonc_base) grad_k_elem_
virtual void compute_cross_diffusion(DoubleTab &gradKgradOmega) const
virtual void compute_blending_F1(DoubleTab &gradKgradOmega) const
OWN_PTR(Champ_Fonc_base) cross_diffusion_k_omega_face_
OWN_PTR(Champ_Fonc_base) production_k_face_
OWN_PTR(Champ_Fonc_base) dissipation_k_face_
classe Transport_K_Omega Cette classe represente l'equation de transport de l'energie cinetique