Skip to content

Commit

Permalink
file name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor committed Dec 3, 2024
1 parent 6d0099a commit 4774c13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/tutorials/tutorial_RANS_xv15.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import flow360 as fl
from flow360.examples import TutorailRANSXv15
from flow360.examples import TutorialRANSXv15

fl.Env.preprod.active()

TutorailRANSXv15.get_files()
TutorialRANSXv15.get_files()
project = fl.Project.from_file(
TutorailRANSXv15.mesh_filename,
TutorialRANSXv15.mesh_filename,
name="Tutorial Time-accurate RANS CFD on XV-15 from Python",
)
volume_mesh = project.volume_mesh
Expand Down
4 changes: 2 additions & 2 deletions flow360/examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .tutorial_cht_solver import TutorialCHTSolver
from .tutorial_dynamic_derivatives import TutorailDynamicDerivatives
from .tutorial_periodic_BC import TutorialPeriodicBC
from .tutorial_RANS_xv15 import TutorailRANSXv15
from .tutorial_RANS_xv15 import TutorialRANSXv15

__all__ = [
"ActuatorDisk",
Expand All @@ -39,5 +39,5 @@
"TutorialPeriodicBC",
"TutorailAutoMeshingInternalFlow",
"TutorailDynamicDerivatives",
"TutorailRANSXv15",
"TutorialRANSXv15",
]
4 changes: 2 additions & 2 deletions flow360/examples/tutorial_RANS_xv15.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from .base_test_case import BaseTestCase


class TutorailRANSXv15(BaseTestCase):
name = "tutorailRANSXv15"
class TutorialRANSXv15(BaseTestCase):
name = "tutorialRANSXv15"

class url:
mesh = "https://simcloud-public-1.s3.amazonaws.com/xv15/XV15_Hover_ascent_coarse_v2.cgns"

0 comments on commit 4774c13

Please # to comment.