|
float | Dt = 0.001 |
|
float | Start_time = 0.0 |
|
float | max_time = 0.1 |
|
float | output_time = 0.1 |
|
int | domain_size = 2 |
|
int | nsteps = 300 |
|
int | output_step = 1 |
|
list | nodal_results = ["TEMPERATURE"] |
|
string | GiDPostMode = "Binary" |
|
bool | GiDWriteMeshFlag = True |
|
bool | GiDWriteConditionsFlag = True |
|
string | GiDMultiFileFlag = "Single" |
|
string | problem_name = "square" |
|
string | problem_path = "/home/julio.marti/new_kratos/applications/convection_diffusion_application/test_examples/square.gid" |
|
string | kratos_path = "../../../.." |
|
string | SolverType = "monolithic_solver_eulerian" |
|
string | Monolithic_Linear_Solver = "MixedUP" |
|
int | Monolithic_Iterative_Tolerance = 1E-4 |
|
int | Monolithic_Solver_Max_Iteration = 5000 |
|
string | Monolithic_Preconditioner_type = "ILU0" |
|
string | Velocity_Linear_Solver = "BiConjugate gradient stabilized" |
|
string | Pressure_Linear_Solver = "Conjugate gradient" |
|
string | Velocity_Preconditioner_type = "ILU0" |
|
string | Pressure_Preconditioner_type = "ILU0" |
|
int | Velocity_Iterative_Tolerance = 1E-6 |
|
int | Pressure_Iterative_Tolerance = 1E-3 |
|
int | Velocity_Solver_Max_Iteration = 5000 |
|
int | Pressure_Solver_Max_Iteration = 1000 |
|
string | TurbulenceModel = "None" |
|
int | velocity_relative_tolerance = 1E-4 |
|
int | velocity_absolute_tolerance = 1E-6 |
|
int | pressure_relative_tolerance = 1E-4 |
|
int | pressure_absolute_tolerance = 1E-6 |
|
int | time_order = 2 |
|
bool | predictor_corrector = False |
|
int | max_iterations = 10 |
|
int | laplacian_form = 2 |
|
string | AutomaticDeltaTime = "Fixed" |
|
int | divergence_cleareance_step = 10 |
|
float | use_dt_in_stabilization = 0.10 |
|
int | use_orthogonal_subscales = 0 |
|
bool | Calculate_reactions = True |
|
dictionary | groups_dictionary |
|
bool | VolumeOutput = True |
|
list | gauss_points_results = [] |
|
bool | GiDWriteParticlesFlag = False |
|