Skip to content

Commit 77b9b15

Browse files
committed
fmk - removing some more goofy char from advancedCFD
1 parent 95b4194 commit 77b9b15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modules/createEVENT/advancedCFDWithBRAILS/community_wind_simulation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,8 @@ def mesh(gdf):
16661666
case/"system"/"blockMeshDict")
16671667

16681668
print(" blockMeshDict written.")
1669-
print(f"Applied rotation −{angle_deg}° so wind aligns with +x.")
1669+
1670+
print(f"Applied rotation -{angle_deg} so wind aligns with +x.")
16701671
print(f"Extents: ({x0},{y0},{z0}) to ({x1},{y1},{z1})")
16711672
# ───────────────────────── Write snappyHexMesh ─────────────────────────
16721673

@@ -2151,6 +2152,7 @@ def write_list(path: Path, iterable, fmt):
21512152
print(f" L → {l_out.resolve()}")
21522153

21532154
Path(case/"Community.foam").touch()
2155+
print("Done .. OpenFOAM Files Created")
21542156

21552157
if __name__ == "__main__":
21562158

0 commit comments

Comments
 (0)