![]() |
v0.14.0 |
#include <MoFEM.hpp>
#include <ThermalConvection.hpp>
#include <ThermalRadiation.hpp>
#include <ThermoElasticOps.hpp>
Go to the source code of this file.
Classes | |
struct | ThermoElasticProblem |
struct | ThermoElasticProblem::BlockedParameters |
Macros | |
#define | EXECUTABLE_DIMENSION 3 |
Typedefs | |
using | DomainEle = PipelineManager::ElementsAndOpsByDim<SPACE_DIM>::DomainEle |
using | BoundaryEle |
using | PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
using | SkinPostProcEle = PostProcBrokenMeshInMoab<BoundaryEle> |
using | SideEle = PipelineManager::ElementsAndOpsByDim<SPACE_DIM>::FaceSideEle |
using | AssemblyDomainEleOp |
using | OpKCauchy |
[Linear elastic problem] | |
using | OpInternalForceCauchy |
using | OpHdivHdiv |
[Linear elastic problem] | |
using | OpHdivT |
Integrate Lhs div of base of flux time base of temperature (FLUX x T) and transpose of it, i.e. (T x FLAX) | |
using | OpCapacity |
Integrate Lhs base of temperature times (heat capacity) times base of temperature (T x T) | |
using | OpHdivFlux |
Integrating Rhs flux base (1/k) flux (FLUX) | |
using | OpHDivTemp |
Integrate Rhs div flux base times temperature (T) | |
using | OpBaseDotT |
Integrate Rhs base of temperature time heat capacity times heat rate (T) | |
using | OpBaseDivFlux = OpBaseDotT |
Integrate Rhs base of temperature times divergence of flux (T) | |
using | DomainNaturalBCRhs |
[Thermal problem] | |
using | OpBodyForce |
using | OpHeatSource |
using | DomainNaturalBCLhs |
using | BoundaryNaturalBC |
[Body and heat source] | |
using | OpForce = BoundaryNaturalBC::OpFlux<NaturalForceMeshsets, 1, SPACE_DIM> |
using | OpEssentialFluxRhs |
[Natural boundary conditions] | |
using | OpEssentialFluxLhs |
using | OpSetTemperatureRhs |
using | OpSetTemperatureLhs |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
constexpr int | SPACE_DIM |
double | default_young_modulus = 1 |
[Essential boundary conditions (Least square approach)] | |
double | default_poisson_ratio = 0.25 |
double | ref_temp = 0.0 |
double | init_temp = 0.0 |
PetscBool | is_plane_strain = PETSC_FALSE |
double | default_coeff_expansion = 1 |
double | default_heat_conductivity |
double | default_heat_capacity = 1 |
int | order_temp = 2 |
int | order_flux = 3 |
int | order_disp = 3 |
int | atom_test = 0 |
int | save_every = 1 |
PetscBool | do_output_domain |
PetscBool | do_output_skin |
auto | save_range |
static char | help [] = "...\n\n" |
[Solve] | |
#define EXECUTABLE_DIMENSION 3 |
Definition at line 10 of file thermo_elastic.cpp.
using AssemblyDomainEleOp |
Definition at line 32 of file thermo_elastic.cpp.
using BoundaryEle |
Definition at line 25 of file thermo_elastic.cpp.
using BoundaryNaturalBC |
[Body and heat source]
[Natural boundary conditions]
Definition at line 110 of file thermo_elastic.cpp.
Definition at line 23 of file thermo_elastic.cpp.
using DomainNaturalBCLhs |
Definition at line 105 of file thermo_elastic.cpp.
using DomainNaturalBCRhs |
[Thermal problem]
[Body and heat source]
Definition at line 99 of file thermo_elastic.cpp.
using OpBaseDivFlux = OpBaseDotT |
Integrate Rhs base of temperature times divergence of flux (T)
Definition at line 94 of file thermo_elastic.cpp.
using OpBaseDotT |
Integrate Rhs base of temperature time heat capacity times heat rate (T)
Definition at line 87 of file thermo_elastic.cpp.
using OpBodyForce |
Definition at line 101 of file thermo_elastic.cpp.
using OpCapacity |
Integrate Lhs base of temperature times (heat capacity) times base of temperature (T x T)
Definition at line 66 of file thermo_elastic.cpp.
using OpEssentialFluxLhs |
Definition at line 120 of file thermo_elastic.cpp.
using OpEssentialFluxRhs |
[Natural boundary conditions]
[Essential boundary conditions (Least square approach)]
Definition at line 117 of file thermo_elastic.cpp.
using OpForce = BoundaryNaturalBC::OpFlux<NaturalForceMeshsets, 1, SPACE_DIM> |
Definition at line 112 of file thermo_elastic.cpp.
using OpHdivFlux |
Integrating Rhs flux base (1/k) flux (FLUX)
Definition at line 72 of file thermo_elastic.cpp.
using OpHdivHdiv |
[Linear elastic problem]
[Thermal problem]
Integrate Lhs base of flux (1/k) base of flux (FLUX x FLUX)
Definition at line 50 of file thermo_elastic.cpp.
using OpHdivT |
Integrate Lhs div of base of flux time base of temperature (FLUX x T) and transpose of it, i.e. (T x FLAX)
Definition at line 58 of file thermo_elastic.cpp.
using OpHDivTemp |
Integrate Rhs div flux base times temperature (T)
Definition at line 79 of file thermo_elastic.cpp.
using OpHeatSource |
Definition at line 103 of file thermo_elastic.cpp.
using OpInternalForceCauchy |
Definition at line 39 of file thermo_elastic.cpp.
using OpKCauchy |
[Linear elastic problem]
Definition at line 36 of file thermo_elastic.cpp.
using OpSetTemperatureLhs |
Definition at line 154 of file thermo_elastic.cpp.
using OpSetTemperatureRhs |
Definition at line 152 of file thermo_elastic.cpp.
using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 28 of file thermo_elastic.cpp.
Definition at line 30 of file thermo_elastic.cpp.
Definition at line 29 of file thermo_elastic.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
[Register MoFEM discrete manager in PETSc]
[Register MoFEM discrete manager in PETSc
[Create MoAB]
< mesh database
< mesh database interface
[Create MoAB]
[Create MoFEM]
< finite element database
< finite element database interface
[Create MoFEM]
[Load mesh]
[Load mesh]
Definition at line 1543 of file thermo_elastic.cpp.
int atom_test = 0 |
Definition at line 143 of file thermo_elastic.cpp.
double default_coeff_expansion = 1 |
Definition at line 132 of file thermo_elastic.cpp.
double default_heat_capacity = 1 |
Definition at line 136 of file thermo_elastic.cpp.
double default_heat_conductivity |
double default_poisson_ratio = 0.25 |
Definition at line 126 of file thermo_elastic.cpp.
double default_young_modulus = 1 |
[Essential boundary conditions (Least square approach)]
Definition at line 125 of file thermo_elastic.cpp.
PetscBool do_output_domain |
Definition at line 146 of file thermo_elastic.cpp.
PetscBool do_output_skin |
Definition at line 147 of file thermo_elastic.cpp.
|
static |
[Solve]
Definition at line 1541 of file thermo_elastic.cpp.
double init_temp = 0.0 |
Definition at line 128 of file thermo_elastic.cpp.
PetscBool is_plane_strain = PETSC_FALSE |
Definition at line 130 of file thermo_elastic.cpp.
int order_disp = 3 |
Definition at line 141 of file thermo_elastic.cpp.
int order_flux = 3 |
Definition at line 140 of file thermo_elastic.cpp.
int order_temp = 2 |
Definition at line 139 of file thermo_elastic.cpp.
double ref_temp = 0.0 |
Definition at line 127 of file thermo_elastic.cpp.
int save_every = 1 |
Definition at line 145 of file thermo_elastic.cpp.
auto save_range |
Definition at line 157 of file thermo_elastic.cpp.
|
constexpr |