FEM: 1DFlow, fix z88 input file writer
This commit is contained in:
parent
919823dfb9
commit
20f4325dba
|
@ -41,7 +41,7 @@ class FemInputWriterZ88(FemInputWriter.FemInputWriter):
|
|||
contact_obj, planerotation_obj, transform_obj,
|
||||
selfweight_obj, force_obj, pressure_obj,
|
||||
temperature_obj, heatflux_obj, initialtemperature_obj,
|
||||
beamsection_obj, shellthickness_obj,
|
||||
beamsection_obj, shellthickness_obj, fluidsection_obj,
|
||||
analysis_type=None, dir_name=None
|
||||
):
|
||||
|
||||
|
@ -53,7 +53,7 @@ class FemInputWriterZ88(FemInputWriter.FemInputWriter):
|
|||
contact_obj, planerotation_obj, transform_obj,
|
||||
selfweight_obj, force_obj, pressure_obj,
|
||||
temperature_obj, heatflux_obj, initialtemperature_obj,
|
||||
beamsection_obj, shellthickness_obj,
|
||||
beamsection_obj, shellthickness_obj, fluidsection_obj,
|
||||
analysis_type, dir_name)
|
||||
self.file_name = self.dir_name + '/z88'
|
||||
print('FemInputWriterZ88 --> self.dir_name --> ' + self.dir_name)
|
||||
|
|
|
@ -89,7 +89,7 @@ class FemToolsZ88(FemTools.FemTools):
|
|||
self.contact_constraints, self.planerotation_constraints, self.transform_constraints,
|
||||
self.selfweight_constraints, self.force_constraints, self.pressure_constraints,
|
||||
self.temperature_constraints, self.heatflux_constraints, self.initialtemperature_constraints,
|
||||
self.beam_sections, self.shell_thicknesses,
|
||||
self.beam_sections, self.shell_thicknesses, self.fluid_sections,
|
||||
self.analysis_type, self.working_dir)
|
||||
self.inp_file_name = inp_writer.write_z88_input()
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue
Block a user