12 #ifndef SettingsSSOLIII_H__
13 #define SettingsSSOLIII_H__
15 #include "constants.hpp"
16 #include <deal.II/base/types.h>
18 using namespace dealii;
34 const unsigned int nr_threads_max = 0;
39 const double mu_0 = permeability_fs;
44 const double mu_r = 4;
49 const double mu = mu_r * mu_0;
54 const double d1 = 0.1;
60 const double rd1 = sqrt(3) * d1;
65 const double a1 = 0.3;
70 const double b1 = 0.6;
75 const double a2 = 0.9;
80 const double b2 = 1.2;
86 const double d2 = 2.0;
91 const double d3 = 3.0;
97 const double K_0 = 1.0;
103 const double H_0 = (1.0 / 3.0) * K_0 * (pow(b2, 2) - pow(a2, 2));
109 const types::material_id mid_1 = 1;
115 const types::material_id mid_2 = 2;
121 const types::material_id mid_3 = 3;
127 const double eps = 1e-12;
133 const bool print_time_tables =
false;
143 const bool project_exact_solution =
false;
152 const bool log_cg_convergence =
false;
Lists physical constants.
Global settings for the Method of manufactured solutions (mms/) numerical experiment.
Global settings for the Spherical coil with magnetic core (ssol-iii/) numerical experiment.