Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full process test #156

Merged
merged 1 commit into from
Sep 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/test_NeqSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def test_fullOffshoreProcess():
'MolarComposition[-]': [0.56, 1.02, 80.77, 7.77, 3.91, 0.56, 0.9, 0.25, 0.24, 0.5, 0.3, 0.2, 0.12, 0.91]
}
reservoirFluiddf = pd.DataFrame(reservoirFluid) #create a dataframe of the well fluid
print(reservoirFluiddf.head(20).to_string())

well_head_pressure = 180.0 #bara
well_head_temperature = 80.0 #degC
Expand All @@ -49,7 +48,7 @@ def test_fullOffshoreProcess():
rich_gas_water_dew_point = -10.0 #degC
rich_gas_cricondenbar = 90.0 #bara

from neqsim.thermo import fluid_df, printFrame
from neqsim.thermo import fluid_df
from neqsim.process import stream,saturator,clearProcess, runProcess, cooler

clearProcess() #reset process simulation
Expand Down