|
You are here: Fluid Machinery Templates and Tutorials > Centrifugal Pump > Centrifugal Pump Tutorials > Step 1 – Creating the Steady and Transient Project Files
|
This section describes step-by-step procedure for setting up the model for the
simulation. The CFD model setup for base transient and steady files are already prepared. User need to setup boundary conditions pertaining to
simulation only.
| ´ | Note: This is an advanced tutorial, user must be aware of the basic model setup for the steady and transient simulation of the centrifugal pump. If not, refer Centrifugal Pump for more details. |
The first step is to import the geometry or surfaces.
Figure 6.40 - Importing the geometry
| Note: To import .STL file refer to Import/Export Geometry or Grid. |
Ensure model is setup with Steady state approach and without cavitation model.
in_bc_pt = 0.0 # in relevant units
out_bc_qv = 0.0 # in relevant units
in_pt=flow.pt@inlet_inlet
plot.in_pt=in_pt
in_ps = flow.p@inlet_inlet
plot.in_ps=in_ps
in_qv=flow.qv@inlet_inlet
plot.in_qv=in_qv
in_q=flow.q@inlet_inlet
plot.in_q=in_q
out_pt=flow.pt@volute_outlet
plot.out_pt=out_pt
out_ps=flow.p@volute_outlet
plot.out_ps=out_ps
out_qv=flow.qv@volute_outlet
plot.out_qv=out_qv
out_q=flow.q@volute_outlet
plot.out_q=out_q
head=flow.pt@volute_outlet - flow.pt@inlet_inlet
plot.head=head
dynamic_head=flow.pt@volute_outlet - flow.p@volute_outlet
plot.dynamic_head=dynamic_head
Inlet
|
Outlet
|
Figure 6.42 - Outlet conditions |
The first step is to import the geometry or surfaces.
Figure 6.43 - Importing the geometry
| Note: To import .STL file refer to Import/Export Geometry or Grid. |
Ensure model is setup with Transient state approach and with cavitation model.
in_bc_qv = 0.0 # in relevant units
out_bc_ps = 0.0 # in relevant units
in_pt=flow.pt@inlet_inlet
plot.in_pt=in_pt
in_ps = flow.p@inlet_inlet
plot.in_ps=in_ps
in_qv=flow.qv@inlet_inlet
plot.in_qv=in_qv
in_q=flow.q@inlet_inlet
plot.in_q=in_q
out_pt=flow.pt@volute_outlet
plot.out_pt=out_pt
out_ps=flow.p@volute_outlet
plot.out_ps=out_ps
out_qv=flow.qv@volute_outlet
plot.out_qv=out_qv
out_q=flow.q@volute_outlet
plot.out_q=out_q
head=flow.pt@volute_outlet - flow.pt@inlet_inlet
plot.head=head
dynamic_head=flow.pt@volute_outlet - flow.p@volute_outlet
plot.dynamic_head=dynamic_head
Inlet
|
Outlet
|
|
|
Copyright © 2023 Simerics Inc., |