We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
3D Design

3D Design

Topics related to Ansys Discovery and Ansys SpaceClaim.

Volume above a certain temperature

TAGGED: 

    • accounting
      Subscriber

      Hi, this is a simple query. I am trying to figure out how to use expressions to get some calculated quantities. I have a fluid physics region (let's call it "liquid") and I want to calculate what fraction of the volume is at or greater than a certain temperature threshold T0. I used a few combinations of variables and parameters following AIM documentation but I am not able to extract what I need. Any help is appreciated!

      Thanks

    • Naresh Patre
      Ansys Employee

      Hello Rahul Mulinti

      Let me check and get back to you.

    • Naresh Patre
      Ansys Employee

      Hello Rahul Mulinti

      You can use the following user-defined expression:

      SumIf(1, Temperature> 300[K],GetPhysicsRegion("@Fluid Flow, Thermal Physics Region 2"),"Volume")

      YOu will have to specify the appropriate name of the physics region from your model, in the above expression.

Viewing 2 reply threads
  • The topic ‘Volume above a certain temperature’ is closed to new replies.