Spaces:
Sleeping
Sleeping
Update apdl_generator/apdl_plate.py
Browse files
apdl_generator/apdl_plate.py
CHANGED
@@ -23,4 +23,4 @@ PRNSOL,U,SUM
|
|
23 |
"""
|
24 |
with open("plate_simulation.inp", "w") as file:
|
25 |
file.write(apdl_script)
|
26 |
-
return "plate_simulation.inp"
|
|
|
23 |
"""
|
24 |
with open("plate_simulation.inp", "w") as file:
|
25 |
file.write(apdl_script)
|
26 |
+
return "plate_simulation.inp"
|