-
Notifications
You must be signed in to change notification settings - Fork 12
Fluid_Aspect_Course_7_2
When developing a new network, it’s a good idea to spot-check the nodes in RUN for reasonable values. Bad problems will be easy to spot here.
In Trick View, list the pressure, pressure correction and temperature values from all of the network nodes and do a visual inspection for reasonableness:
In the network’s netNodes[#].mContent.mPressure, list the entire array. These are the node pressures in (kPa).
In the network’s netNodes[#].mContent.mTemperature, list the entire array. These are the node temperatures in (K).
In the network’s netNodes[#].mPressureCorrection, list the entire array. These are the node pressure corrections for state error in (kPa). These should generally be less than 1.
Here’s an example Trick View screengrab for a healthy network that has 7 nodes in it (including Ground):