KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Static Public Attributes | List of all members
ProjectParameters.SolverSettings1 Class Reference
Collaboration diagram for ProjectParameters.SolverSettings1:

Classes

class  linear_solver_config
 

Static Public Attributes

string solver_type = "convection_diffusion_solver"
 
int domain_size = 2
 
int time_order = 1
 
bool predictor_corrector = False
 
bool ReformDofAtEachIteration = True
 
int echo_level = 0
 
string unknown_variable = "TEMPERATURE"
 
string density_variable = "DENSITY"
 
string projection_variable = "TEMP_CONV_PROJ"
 
string volume_source_variable = "HEAT_FLUX"
 
string diffusion_variable = "CONDUCTIVITY"
 
string surface_source_variable = "FACE_HEAT_FLUX"
 
string mesh_velocity_variable = "MESH_VELOCITY"
 
string velocity_variable = "VELOCITY"
 
string specific_heat_variable = "SPECIFIC_HEAT"
 

Member Data Documentation

◆ density_variable

string ProjectParameters.SolverSettings1.density_variable = "DENSITY"
static

◆ diffusion_variable

string ProjectParameters.SolverSettings1.diffusion_variable = "CONDUCTIVITY"
static

◆ domain_size

int ProjectParameters.SolverSettings1.domain_size = 2
static

◆ echo_level

int ProjectParameters.SolverSettings1.echo_level = 0
static

◆ mesh_velocity_variable

string ProjectParameters.SolverSettings1.mesh_velocity_variable = "MESH_VELOCITY"
static

◆ predictor_corrector

bool ProjectParameters.SolverSettings1.predictor_corrector = False
static

◆ projection_variable

string ProjectParameters.SolverSettings1.projection_variable = "TEMP_CONV_PROJ"
static

◆ ReformDofAtEachIteration

bool ProjectParameters.SolverSettings1.ReformDofAtEachIteration = True
static

◆ solver_type

string ProjectParameters.SolverSettings1.solver_type = "convection_diffusion_solver"
static

◆ specific_heat_variable

string ProjectParameters.SolverSettings1.specific_heat_variable = "SPECIFIC_HEAT"
static

◆ surface_source_variable

string ProjectParameters.SolverSettings1.surface_source_variable = "FACE_HEAT_FLUX"
static

◆ time_order

int ProjectParameters.SolverSettings1.time_order = 1
static

◆ unknown_variable

string ProjectParameters.SolverSettings1.unknown_variable = "TEMPERATURE"
static

◆ velocity_variable

string ProjectParameters.SolverSettings1.velocity_variable = "VELOCITY"
static

◆ volume_source_variable

string ProjectParameters.SolverSettings1.volume_source_variable = "HEAT_FLUX"
static

The documentation for this class was generated from the following file: