TrioCFD 1.9.9_beta
TrioCFD documentation
Loading...
Searching...
No Matches
Op_Diff_K_Eps_VDF_leaves.h
1/****************************************************************************
2* Copyright (c) 2022, 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 Op_Diff_K_Eps_VDF_leaves_included
17#define Op_Diff_K_Eps_VDF_leaves_included
18
19#include<Op_Diff_K_Eps_VDF_base.h>
20
21/// \cond DO_NOT_DOCUMENT
22class Op_Diff_K_Eps_VDF_leaves { };
23/// \endcond
24
25// const
27{
28 Declare_instanciable_sans_constructeur(Op_Diff_K_Eps_VDF_Elem);
29public:
31 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_K_Eps_VDF_Elem>(zd,zcd,inc); }
32};
33
34class Op_Diff_K_Eps_VDF_Elem_Axi : public Op_Diff_K_Eps_VDF_base, public Op_Diff_K_Eps_VDF_Generique<Op_Diff_K_Eps_VDF_Elem_Axi>
35{
36 Declare_instanciable_sans_constructeur(Op_Diff_K_Eps_VDF_Elem_Axi);
37public:
39 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_K_Eps_VDF_Elem_Axi>(zd,zcd,inc); }
40};
41
42class Op_Diff_K_Eps_QC_VDF_Elem : public Op_Diff_K_Eps_VDF_base, public Op_Diff_K_Eps_VDF_Generique<Op_Diff_K_Eps_QC_VDF_Elem>
43{
44 Declare_instanciable_sans_constructeur(Op_Diff_K_Eps_QC_VDF_Elem);
45public:
47 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_K_Eps_QC_VDF_Elem>(zd,zcd,inc); }
48};
49
50// var
51class Op_Diff_K_Eps_var_VDF_Elem : public Op_Diff_K_Eps_VDF_base, public Op_Diff_K_Eps_VDF_Generique<Op_Diff_K_Eps_var_VDF_Elem>
52{
53 Declare_instanciable_sans_constructeur(Op_Diff_K_Eps_var_VDF_Elem);
54public:
56 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_K_Eps_var_VDF_Elem>(zd,zcd,inc); }
57};
58
59class Op_Diff_K_Eps_var_QC_VDF_Elem : public Op_Diff_K_Eps_VDF_base, public Op_Diff_K_Eps_VDF_Generique<Op_Diff_K_Eps_var_QC_VDF_Elem>
60{
61 Declare_instanciable_sans_constructeur(Op_Diff_K_Eps_var_QC_VDF_Elem);
62public:
64 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_K_Eps_QC_var_VDF_Elem>(zd,zcd,inc); }
65};
66
67// Bicephale
68
70{
71 Declare_instanciable_sans_constructeur(Op_Diff_K_VDF_Elem);
72public:
74 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_K_VDF_Elem>(zd,zcd,inc); }
75};
76
78{
79 Declare_instanciable_sans_constructeur(Op_Diff_Eps_VDF_Elem);
80public:
82 inline void associer(const Domaine_dis_base& zd, const Domaine_Cl_dis_base& zcd, const Champ_Inc_base& inc) override { associer_impl<Eval_Diff_Eps_VDF_Elem>(zd,zcd,inc); }
83};
84
85#endif /* Op_Diff_K_Eps_VDF_leaves_included */
Class Champ_Inc_base.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override
void associer_impl(const Domaine_dis_base &domaine_dis, const Domaine_Cl_dis_base &domaine_cl_dis, const Champ_Inc_base &ch_diffuse)
Op_Diff_K_Eps_VDF_base(const Iterateur_VDF_base &iter_base)
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override
void associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &inc) override