|
int | face_heat.domain_size = 2 |
|
| face_heat.model_part = ModelPart("FluidPart") |
|
| face_heat.SolverSettings = ProjectParameters.SolverSettings2 |
|
| face_heat.solver_constructor = __import__(SolverSettings.solver_type) |
|
string | face_heat.input_file_name = "face_heat" |
|
| face_heat.gid_mode = GiDPostMode.GiD_PostBinary |
|
| face_heat.multifile = MultiFileFlag.MultipleFiles |
|
| face_heat.deformed_mesh_flag = WriteDeformedMeshFlag.WriteUndeformed |
|
| face_heat.write_conditions = WriteConditionsFlag.WriteElementsOnly |
|
| face_heat.gid_io = GidIO(input_file_name, gid_mode, multifile, deformed_mesh_flag, write_conditions) |
|
| face_heat.model_part_io_fluid = ModelPartIO(input_file_name) |
|
float | face_heat.mesh_name = 0.0 |
|
| face_heat.conv_diff_solver = solver_constructor.CreateSolver(model_part, SolverSettings) |
|
float | face_heat.conductivity = 25.0 |
|
float | face_heat.density = 900.0 |
|
float | face_heat.specific_heat = 2400.0 |
|
float | face_heat.temperature = 298.0 |
|
| face_heat.Dt = ProjectParameters.Dt |
|
| face_heat.full_Dt = Dt |
|
float | face_heat.initial_Dt = 0.01 * full_Dt |
|
| face_heat.Nsteps = ProjectParameters.nsteps |
|
| face_heat.final_time = ProjectParameters.max_time |
|
| face_heat.output_time = ProjectParameters.output_time |
|
| face_heat.output_step = ProjectParameters.output_step |
|
| face_heat.time = ProjectParameters.Start_time |
|
int | face_heat.out = 0 |
|
int | face_heat.step = 0 |
|