Skip to content

Commit

Permalink
Update equation_flow_turbulent_elmer_2D.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Mar 5, 2024
1 parent 25f20bd commit 136bbe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Fem/femexamples/equation_flow_turbulent_elmer_2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ def setup(doc=None, solvertype="elmer"):
p5 = Vector(0, 50.000, 0)
p6 = Vector(0, -50.000, 0)
wire = Draft.make_wire([p1, p2, p3, p4, p5, p6], closed=True)
wire.MakeFace = True
wire.Label = "Wire"

# the circle defining the heating rod
pCirc = Vector(160, 0, 0)
axisCirc = Vector(1, 0, 0)
placementCircle = Placement(pCirc, Rotation(axisCirc, 0))
circle = Draft.make_circle(10, placement=placementCircle)
circle.MakeFace = True
circle.Label = "HeatingRod"
circle.ViewObject.Visibility = False

Expand Down

0 comments on commit 136bbe6

Please sign in to comment.