WQ 001

From TUFLOW FV Wiki
Jump to navigation Jump to search

In order to introduce discharge from a WWTP to the model WQ_000, a new boundary condition section must be added to the fvc file. This process is shown below.

! TUFLOW FV TUTORIAL The first lines are a description of the model simulation.
!Estuary Model – 3D WQ Model (with WWTP discharge)
GIS FORMAT == SHP No syntax changes.
SHP Projection == ..\model\gis\projection.prj
Tutorial Model == ON
No further syntax changes until the following sections.
!BOUNDARY CONDITIONS

No further syntax changes.

bc == Q, 1, ..\bc\Upstream_Q_Temp_Sal_Sed_WQ_001.csv
bc header == time_hr,flow_m3s-1,sal_ppt,temp_degC,FineSed_mgL-1,Sand_mgL-1,DO,Si,NH3,NOx,FRP,P_ADS,DOC,POC,DON,PON,DOP,POP,PHY01
end bc
bc == WL, 2, ..\bc\Downstream_H_Temp_Sal_Sed_WQ_001.csv
bc header == time_hr,tidelevel_m,sal_ppt,temp_degC,FineSed_mgL-1,Sand_mgL-1,DO,Si,NH3,NOx,FRP,P_ADS,DOC,POC,DON,PON,DOP,POP,PHY01
end bc
!WWTP DISCHARGE An additional boundary condition is added to the model, depicting WWTP discharge.
bc == QC, 159.1269, -31.41123, ..\bc\WWTP_Q_Temp_Sal_Sed_WQ_001.csv
bc header == time_hr,flow_m3s-1,sal_ppt,temp_degC,FineSed_mgL-1,Sand_mgL-1,DO,Si,NH3,NOx,FRP,P_ADS,DOC,POC,DON,PON,DOP,POP,PHY01
vertical distribution == ..\bc\WWTP_vertical_distribution.csv
vertical coordinate type == height
bc == QC, 159.1269, -31.41123, ..\bc\WWTP_Q_Temp_Sal_Sed_WQ_001.csv
bc header == time_hr,flow_m3s-1,sal_ppt,temp_degC,FineSed_mgL-1,Sand_mgL-1,DO,Si,NH3,NOx,FRP,P_ADS,DOC,POC,DON,PON,DOP,POP,PHY01
vertical distribution == ..\bc\WWTP_vertical_distribution.csv
vertical coordinate type == height
end bc
!MET
include == ..\bc\met\MET_2011.fvc

No further syntax changes.

To return to Tutorial Module 5 please refer to Tutorial Module 5.