You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the plugin, I need to associate the non-newtonian parameters to a pvt model that already exists.
Right now, I'm using the exact name of the pvt model, but it is error prone.
We need this field to be a Reference to all the PVT models defined in the project
Also, when calling the following hooks [HOOK_CALCULATE_UCM_FRICTION_FACTOR_STRATIFIED, HOOK_CALCULATE_UCM_FRICTION_FACTOR_ANNULAR], we need to know wich pvt model is being used at that UCM,
so we can pick the properties from the correct non-newtonian fluid.
What I Did
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered:
Description
In the plugin, I need to associate the non-newtonian parameters to a pvt model that already exists.
Right now, I'm using the exact name of the pvt model, but it is error prone.
We need this field to be a Reference to all the PVT models defined in the project
Also, when calling the following hooks [HOOK_CALCULATE_UCM_FRICTION_FACTOR_STRATIFIED, HOOK_CALCULATE_UCM_FRICTION_FACTOR_ANNULAR], we need to know wich pvt model is being used at that UCM,
so we can pick the properties from the correct non-newtonian fluid.
What I Did
The text was updated successfully, but these errors were encountered: