Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benflexcompute committed Jan 17, 2025
1 parent 586c786 commit 08d1a5b
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 6 deletions.
4 changes: 0 additions & 4 deletions flow360/component/simulation/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ def get_base_temperature():

def get_base_velocity():
require(["operating_condition", "thermal_state", "temperature"], required_by, params)
print(
">> params.operating_condition.thermal_state = ",
params.operating_condition.thermal_state,
)
base_velocity = params.operating_condition.thermal_state.speed_of_sound.to("m/s").v.item()
return base_velocity

Expand Down
Loading

0 comments on commit 08d1a5b

Please # to comment.