SlideShare a Scribd company logo
1 of 7
Download to read offline
Finite Element Method
Homework III
Seepage phenomenon below a hydraulic structure
The main tasks are to draw out
conclusions about the flow net aspect (flow
lines and equipotential lines) in both cases, to
calculate the uplift pressures acting on the
bottom of the structure and to assess the
discharge dropdown by using the grout curtain.
According to the Fourier law, the heat flux q = - [K] grad T, analogous with the Darcy law. So for this
exercise as 2D solid element should be used: element PLANE55 (or 55) in the ANSYS elements library (the so
called 2D Thermal Solid). This is a quadrilateral element (4 nodes by default), with only one degree of
freedom per node, i.e. the nodal temperature (which in our exercise will mean the hydraulic head). The
material property that characterizes the seepage phenomenon is the permeability (thermal conductivity in
the thermal field problem).
Building the model
For this exercise another 2D solid element should be used: element PLANE55 (or 55) in the ANSYS
elements library (the so called 2D Thermal Solid). This is a quadrilateral element (4 nodes by default), with
only one degree of freedom per node, i.e. the nodal temperature (which in our exercise will mean the
hydraulic head).
The model meshing displayed on the next page will be used. Also the Ansys model along with nodes
numbering will be annexed to this document.
N 5m H2 1m 0.1N 1.5m
L 22m N 27m Hv 4m 0.2N 5m
H 10m 0.5N 12.5m b 2m
H1 3m 0.1N 3.5m B 7m 0.2N 8m
Paul Ionescu
Gr. 1 N=5
The analysis in absence of the
grout curtain will be done using this
code:
/PREP7
ET,1,55
MP,KXX,1,1E-4
N,1,0,0
N,2,4,0
N,3,7,0
N,4,8.5,0
N,5,9.5,0
N,6,11.5,0
N,7,12.5,0
N,8,13.5,0
N,9,15,0
N,10,16.5,0
N,11,17.5,0
N,12,18.5,0
N,13,20,0
N,14,23,0
N,15,27,0
NGEN,2,15,1,15,1,0,2.5
NGEN,3,15,16,30,1,0,1.5
NGEN,3,15,46,60,1,0,1
NGEN,3,15,76,90,1,0,1.5
NGEN,3,15,106,120,1,0,1
TYPE,1
MAT,1
E,1,2,17,16
EGEN,14,1,1
EGEN,9,15,1,14
NSEL,S,NODE,,136,140,1
D,ALL,TEMP,16
NALL
NSEL,S,NODE,,145,150,1
D,ALL,TEMP,14
NALL
NSEL,S,LOC,X,0
NSEL,A,LOC,Y,0
NSEL,A,LOC,X,27
NSEL,A,NODE,,140,145,1
SAVE
/SOLU
SOLVE
FINISH
To simulate the presence of the grout courtain we will declare a new material also (MP,KXX,2,1E-10) and we
change material for the elements forming the curtain using this code :
The final code:
/PREP7
ET,1,55
MP,KXX,1,1E-4
MP,KXX,2,1E-10
N,1,0,0
N,2,4,0
N,3,7,0
N,4,8.5,0
N,5,9.5,0
N,6,11.5,0
N,7,12.5,0
N,8,13.5,0
N,9,15,0
N,10,16.5,0
N,11,17.5,0
N,12,18.5,0
N,13,20,0
N,14,23,0
N,15,27,0
NGEN,2,15,1,15,1,0,2.5
NGEN,3,15,16,30,1,0,1.5
NGEN,3,15,46,60,1,0,1
NGEN,3,15,76,90,1,0,1.5
NGEN,3,15,106,120,1,0,1
TYPE,1
MAT,1
E,1,2,17,16
EGEN,14,1,1
EGEN,9,15,1,14
NSEL,S,NODE,,136,140,1
D,ALL,TEMP,16
NALL
NSEL,S,NODE,,145,150,1
D,ALL,TEMP,14
NALL
NSEL,S,LOC,X,0
NSEL,A,LOC,Y,0
NSEL,A,LOC,X,27
NSEL,A,NODE,,140,145,1
ESEL,S,ELEM,,201,243,14
MPCHG,2,ALL
EALL
ESEL,S,ELEM,,201,243,14
MPCHG,2,ALL
!All dimensions are in meters
Post processing
-Equipotential lines /SHOW,,,1 PLNS,temp
Equipotential lines – model without grout curtain
Equipotential lines – model without grout curtain
-Seepage velocity PLVECT,tf,sum
Velocity vectors - flow lines – model without grout curtain
Velocity vectors - flow lines – model with grout curtain
0
0.5
1
1.5
2
2.5
3
3.5
4
9 11 13 15 17 19
Pressure(m)
Nodal x coordinates (m)
Hypothesis 1 - without grout curtain
0
1
2
3
4
9 11 13 15 17 19
Pressure(m)
Nodal x coordinates (m)
Hypothesis 2 - with grout curtain
0
0.5
1
1.5
2
2.5
3
3.5
4
9 10 11 12 13 14 15 16 17 18
Pressure(m)
Nodal x coordinates (m)
with vs without grout curtain
With
Without
-Hydraulic head values
An uplift pressure diagram will be drawn in both hypotheses of the exercise, in order to emphasize the grout curtain’s
effect. Finally, the discharge dropdown due to the grout curtain will be assessed by calculating the discharge in both hypotheses. The
inflow line is defined by the same nodes used to apply the upstream hydraulic head H1.
Using the PRNS or PRES commands with label = tf (thermal flux), after selecting the appropriate nodes, prints the list of
seepage velocities.
Uplift pressure diagrams
nsel,s,node,,140,146,1
prns,temp
NODE TEMP
140 16.000
141 15.328
142 15.175
143 15.006
144 14.748
145 14.439
146 14.000
NODE TEMP
140 16.000
141 14.488
142 14.479
143 14.450
144 14.370
145 14.233
146 14.000
Discharge assessment
Q1
0.60866 0.72900
2
4
0.72900 1.1205
2
3
1.1205 1.6688
2
1.5
1.6688 3.1759
2
1





10
5
 9.964 10
5

m
3
s
Q2
0.68113 0.77982
2
4
0.77982 0.95151
2
3
0.95151 1.0159
2
1.5
1.0159 1.0297
2
1





10
5
 8.017 10
5

m
3
s
nsel,s,node,,136,140,1
prns,tf
NODE TFX TFY TFZ TFSUM
136 -0.17973E-19 -0.60866E-05 0.0000 0.60866E-05
137 0.56778E-20 -0.72900E-05 0.0000 0.72900E-05
138 0.14452E-19 -0.11205E-04 0.0000 0.11205E-04
139 0.15818E-18 -0.16688E-04 0.0000 0.16688E-04
140 0.16802E-04 -0.26950E-04 0.0000 0.31759E-04
NODE TFX TFY TFZ TFSUM
136 0.12176E-19 -0.68113E-05 0.0000 0.68113E-05
137 0.40949E-19 -0.77982E-05 0.0000 0.77982E-05
138 0.75902E-19 -0.95151E-05 0.0000 0.95151E-05
139 0.29362E-19 -0.10159E-04 0.0000 0.10159E-04
140 -0.23360E-19 -0.10297E-04 0.0000 0.10297E-04
Without grout curtain
With grout curtain
Tema 3 fem

More Related Content

What's hot

Aircraft propulsion performance of propellers
Aircraft propulsion   performance of propellersAircraft propulsion   performance of propellers
Aircraft propulsion performance of propellersAnurak Atthasit
 
Design & CFD Analysis of Heat Exchanger
Design & CFD Analysis of Heat ExchangerDesign & CFD Analysis of Heat Exchanger
Design & CFD Analysis of Heat ExchangerCPDLR
 
Aircraft propulsion component performance
Aircraft propulsion   component performanceAircraft propulsion   component performance
Aircraft propulsion component performanceAnurak Atthasit
 
Axial compressor - variation of rotor and stator angles from root to tip - 4t...
Axial compressor - variation of rotor and stator angles from root to tip - 4t...Axial compressor - variation of rotor and stator angles from root to tip - 4t...
Axial compressor - variation of rotor and stator angles from root to tip - 4t...CangTo Cheah
 
Aircraft propulsion non ideal turbomachine 2 d
Aircraft propulsion   non ideal turbomachine 2 dAircraft propulsion   non ideal turbomachine 2 d
Aircraft propulsion non ideal turbomachine 2 dAnurak Atthasit
 
Axial compressor theory - stage-by-stage approach - 28th January 2010
Axial compressor theory - stage-by-stage approach - 28th January 2010Axial compressor theory - stage-by-stage approach - 28th January 2010
Axial compressor theory - stage-by-stage approach - 28th January 2010CangTo Cheah
 
Vapor Combustor Improvement Project LinkedIn Presentation February 2016
Vapor Combustor Improvement Project LinkedIn Presentation February 2016Vapor Combustor Improvement Project LinkedIn Presentation February 2016
Vapor Combustor Improvement Project LinkedIn Presentation February 2016Tim Krimmel, MEM
 
Aircraft Propulsion - Review of Fundamentals
Aircraft Propulsion - Review of FundamentalsAircraft Propulsion - Review of Fundamentals
Aircraft Propulsion - Review of FundamentalsAnurak Atthasit
 
Aircraft propulsion turbomachine 3 d
Aircraft propulsion   turbomachine 3 dAircraft propulsion   turbomachine 3 d
Aircraft propulsion turbomachine 3 dAnurak Atthasit
 
EES Functions and Procedures for Forced convection heat transfer
EES Functions and Procedures for Forced convection heat transferEES Functions and Procedures for Forced convection heat transfer
EES Functions and Procedures for Forced convection heat transfertmuliya
 
Presure loss Erdi Karaçal Mechanical Engineer
Presure loss  Erdi Karaçal Mechanical EngineerPresure loss  Erdi Karaçal Mechanical Engineer
Presure loss Erdi Karaçal Mechanical EngineerErdi Karaçal
 
Aircraft propulsion matching and off design
Aircraft propulsion   matching and off designAircraft propulsion   matching and off design
Aircraft propulsion matching and off designAnurak Atthasit
 
Pem fuel cell simulation using Ansys
Pem fuel cell simulation using AnsysPem fuel cell simulation using Ansys
Pem fuel cell simulation using AnsysCPDLR
 
5 axial flow compressors mod
5 axial flow compressors mod5 axial flow compressors mod
5 axial flow compressors modMetaabAltaher
 
Aircraft propulsion non ideal cycle analysis
Aircraft propulsion   non ideal cycle analysisAircraft propulsion   non ideal cycle analysis
Aircraft propulsion non ideal cycle analysisAnurak Atthasit
 
Weak and strong oblique shock waves2
Weak and strong oblique shock waves2Weak and strong oblique shock waves2
Weak and strong oblique shock waves2Saif al-din ali
 

What's hot (20)

Aircraft propulsion performance of propellers
Aircraft propulsion   performance of propellersAircraft propulsion   performance of propellers
Aircraft propulsion performance of propellers
 
Design & CFD Analysis of Heat Exchanger
Design & CFD Analysis of Heat ExchangerDesign & CFD Analysis of Heat Exchanger
Design & CFD Analysis of Heat Exchanger
 
Aircraft propulsion component performance
Aircraft propulsion   component performanceAircraft propulsion   component performance
Aircraft propulsion component performance
 
Axial compressor - variation of rotor and stator angles from root to tip - 4t...
Axial compressor - variation of rotor and stator angles from root to tip - 4t...Axial compressor - variation of rotor and stator angles from root to tip - 4t...
Axial compressor - variation of rotor and stator angles from root to tip - 4t...
 
Ankit
AnkitAnkit
Ankit
 
Aircraft propulsion non ideal turbomachine 2 d
Aircraft propulsion   non ideal turbomachine 2 dAircraft propulsion   non ideal turbomachine 2 d
Aircraft propulsion non ideal turbomachine 2 d
 
Axial compressor theory - stage-by-stage approach - 28th January 2010
Axial compressor theory - stage-by-stage approach - 28th January 2010Axial compressor theory - stage-by-stage approach - 28th January 2010
Axial compressor theory - stage-by-stage approach - 28th January 2010
 
Vapor Combustor Improvement Project LinkedIn Presentation February 2016
Vapor Combustor Improvement Project LinkedIn Presentation February 2016Vapor Combustor Improvement Project LinkedIn Presentation February 2016
Vapor Combustor Improvement Project LinkedIn Presentation February 2016
 
Aircraft Propulsion - Review of Fundamentals
Aircraft Propulsion - Review of FundamentalsAircraft Propulsion - Review of Fundamentals
Aircraft Propulsion - Review of Fundamentals
 
Aircraft propulsion turbomachine 3 d
Aircraft propulsion   turbomachine 3 dAircraft propulsion   turbomachine 3 d
Aircraft propulsion turbomachine 3 d
 
EES Functions and Procedures for Forced convection heat transfer
EES Functions and Procedures for Forced convection heat transferEES Functions and Procedures for Forced convection heat transfer
EES Functions and Procedures for Forced convection heat transfer
 
Presure loss Erdi Karaçal Mechanical Engineer
Presure loss  Erdi Karaçal Mechanical EngineerPresure loss  Erdi Karaçal Mechanical Engineer
Presure loss Erdi Karaçal Mechanical Engineer
 
Aircraft propulsion matching and off design
Aircraft propulsion   matching and off designAircraft propulsion   matching and off design
Aircraft propulsion matching and off design
 
Pr 1
Pr 1Pr 1
Pr 1
 
Pem fuel cell simulation using Ansys
Pem fuel cell simulation using AnsysPem fuel cell simulation using Ansys
Pem fuel cell simulation using Ansys
 
5 axial flow compressors mod
5 axial flow compressors mod5 axial flow compressors mod
5 axial flow compressors mod
 
Wason_Mark
Wason_MarkWason_Mark
Wason_Mark
 
Aircraft propulsion non ideal cycle analysis
Aircraft propulsion   non ideal cycle analysisAircraft propulsion   non ideal cycle analysis
Aircraft propulsion non ideal cycle analysis
 
Weak and strong oblique shock waves2
Weak and strong oblique shock waves2Weak and strong oblique shock waves2
Weak and strong oblique shock waves2
 
Turbo Final 2
Turbo Final 2Turbo Final 2
Turbo Final 2
 

Viewers also liked

INDUSTRIAL REVOLUTION
INDUSTRIAL REVOLUTIONINDUSTRIAL REVOLUTION
INDUSTRIAL REVOLUTIONp7gar20
 
Team project quiz
Team project quizTeam project quiz
Team project quizInfoSarah20
 
Foro Futuro Próximo - Virtual Reality Panel
Foro Futuro Próximo - Virtual Reality PanelForo Futuro Próximo - Virtual Reality Panel
Foro Futuro Próximo - Virtual Reality PanelLuismi Samperio
 
สเปรย์มะเฟืองกำจัดสนิมล่าสุด
สเปรย์มะเฟืองกำจัดสนิมล่าสุดสเปรย์มะเฟืองกำจัดสนิมล่าสุด
สเปรย์มะเฟืองกำจัดสนิมล่าสุดWan Suttiwan
 
Au ama 10.15.14
Au ama 10.15.14Au ama 10.15.14
Au ama 10.15.14rrandall1
 
Thailand pavement-management-system-tpms-3
Thailand pavement-management-system-tpms-3Thailand pavement-management-system-tpms-3
Thailand pavement-management-system-tpms-3Priya Krishnan
 
Pengertian modal kerja
Pengertian modal kerjaPengertian modal kerja
Pengertian modal kerjaNithie IdaAyu
 

Viewers also liked (10)

INDUSTRIAL REVOLUTION
INDUSTRIAL REVOLUTIONINDUSTRIAL REVOLUTION
INDUSTRIAL REVOLUTION
 
Rev1.0
Rev1.0Rev1.0
Rev1.0
 
Team project quiz
Team project quizTeam project quiz
Team project quiz
 
Foro Futuro Próximo - Virtual Reality Panel
Foro Futuro Próximo - Virtual Reality PanelForo Futuro Próximo - Virtual Reality Panel
Foro Futuro Próximo - Virtual Reality Panel
 
Radios
RadiosRadios
Radios
 
Budidaya Cabai
Budidaya CabaiBudidaya Cabai
Budidaya Cabai
 
สเปรย์มะเฟืองกำจัดสนิมล่าสุด
สเปรย์มะเฟืองกำจัดสนิมล่าสุดสเปรย์มะเฟืองกำจัดสนิมล่าสุด
สเปรย์มะเฟืองกำจัดสนิมล่าสุด
 
Au ama 10.15.14
Au ama 10.15.14Au ama 10.15.14
Au ama 10.15.14
 
Thailand pavement-management-system-tpms-3
Thailand pavement-management-system-tpms-3Thailand pavement-management-system-tpms-3
Thailand pavement-management-system-tpms-3
 
Pengertian modal kerja
Pengertian modal kerjaPengertian modal kerja
Pengertian modal kerja
 

Similar to Tema 3 fem

Title of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxTitle of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxjuliennehar
 
Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3Sabina Czyż
 
Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...
Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...
Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...dineshprabhu41
 
Temperature Distribution in a ground section of a double-pipe system in a dis...
Temperature Distribution in a ground section of a double-pipe system in a dis...Temperature Distribution in a ground section of a double-pipe system in a dis...
Temperature Distribution in a ground section of a double-pipe system in a dis...Paolo Fornaseri
 
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle
 
Isentropic Blow-Down Process and Discharge Coefficient
Isentropic Blow-Down Process and Discharge CoefficientIsentropic Blow-Down Process and Discharge Coefficient
Isentropic Blow-Down Process and Discharge CoefficientSteven Cooke
 
Last Rev. August 2014 Calibration and Temperature Measurement.docx
Last Rev. August 2014 Calibration and Temperature Measurement.docxLast Rev. August 2014 Calibration and Temperature Measurement.docx
Last Rev. August 2014 Calibration and Temperature Measurement.docxsmile790243
 
An Efficient Tangent Scheme For Solving Phase-Change Problems
An Efficient Tangent Scheme For Solving Phase-Change ProblemsAn Efficient Tangent Scheme For Solving Phase-Change Problems
An Efficient Tangent Scheme For Solving Phase-Change ProblemsDarian Pruitt
 
Thermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard CycleThermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard CycleMuhammad Surahman
 
Research proposal: Thermoelectric cooling in electric vehicles
Research proposal: Thermoelectric cooling in electric vehicles Research proposal: Thermoelectric cooling in electric vehicles
Research proposal: Thermoelectric cooling in electric vehicles KristopherKerames
 
Diapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangencialesDiapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangencialesARIELMATHEOCHANCUSIG
 
buoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoambuoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoamMilad Sm
 
Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...
Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...
Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...ijiert bestjournal
 
solution-exam-ss21.pdf
solution-exam-ss21.pdfsolution-exam-ss21.pdf
solution-exam-ss21.pdfmudassar60
 
chap5airstandardcycle2010-130703012738-02.pdf
chap5airstandardcycle2010-130703012738-02.pdfchap5airstandardcycle2010-130703012738-02.pdf
chap5airstandardcycle2010-130703012738-02.pdf21M220KARTHIKEYANC
 

Similar to Tema 3 fem (20)

Title of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxTitle of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
 
Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3
 
Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...
Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...
Thermodynamic Cycles - A Review - Carnot Cycle, Ideal Gas Law, Thermodynamics...
 
Temperature Distribution in a ground section of a double-pipe system in a dis...
Temperature Distribution in a ground section of a double-pipe system in a dis...Temperature Distribution in a ground section of a double-pipe system in a dis...
Temperature Distribution in a ground section of a double-pipe system in a dis...
 
Portfolio Po-Chun Kang
Portfolio Po-Chun KangPortfolio Po-Chun Kang
Portfolio Po-Chun Kang
 
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol Design
 
ANSYS Project
ANSYS ProjectANSYS Project
ANSYS Project
 
Isentropic Blow-Down Process and Discharge Coefficient
Isentropic Blow-Down Process and Discharge CoefficientIsentropic Blow-Down Process and Discharge Coefficient
Isentropic Blow-Down Process and Discharge Coefficient
 
Last Rev. August 2014 Calibration and Temperature Measurement.docx
Last Rev. August 2014 Calibration and Temperature Measurement.docxLast Rev. August 2014 Calibration and Temperature Measurement.docx
Last Rev. August 2014 Calibration and Temperature Measurement.docx
 
An Efficient Tangent Scheme For Solving Phase-Change Problems
An Efficient Tangent Scheme For Solving Phase-Change ProblemsAn Efficient Tangent Scheme For Solving Phase-Change Problems
An Efficient Tangent Scheme For Solving Phase-Change Problems
 
Gas power-09
Gas power-09Gas power-09
Gas power-09
 
Thermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard CycleThermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard Cycle
 
Research proposal: Thermoelectric cooling in electric vehicles
Research proposal: Thermoelectric cooling in electric vehicles Research proposal: Thermoelectric cooling in electric vehicles
Research proposal: Thermoelectric cooling in electric vehicles
 
Diapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangencialesDiapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangenciales
 
buoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoambuoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoam
 
Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...
Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...
Fuzzy Logic Modeling of Heat Transfer in a double Pipe Heat Exchanger with Wa...
 
G04123844
G04123844G04123844
G04123844
 
solution-exam-ss21.pdf
solution-exam-ss21.pdfsolution-exam-ss21.pdf
solution-exam-ss21.pdf
 
cfd ahmed body
cfd ahmed bodycfd ahmed body
cfd ahmed body
 
chap5airstandardcycle2010-130703012738-02.pdf
chap5airstandardcycle2010-130703012738-02.pdfchap5airstandardcycle2010-130703012738-02.pdf
chap5airstandardcycle2010-130703012738-02.pdf
 

Recently uploaded

BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 

Recently uploaded (20)

BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 

Tema 3 fem

  • 1. Finite Element Method Homework III Seepage phenomenon below a hydraulic structure The main tasks are to draw out conclusions about the flow net aspect (flow lines and equipotential lines) in both cases, to calculate the uplift pressures acting on the bottom of the structure and to assess the discharge dropdown by using the grout curtain. According to the Fourier law, the heat flux q = - [K] grad T, analogous with the Darcy law. So for this exercise as 2D solid element should be used: element PLANE55 (or 55) in the ANSYS elements library (the so called 2D Thermal Solid). This is a quadrilateral element (4 nodes by default), with only one degree of freedom per node, i.e. the nodal temperature (which in our exercise will mean the hydraulic head). The material property that characterizes the seepage phenomenon is the permeability (thermal conductivity in the thermal field problem). Building the model For this exercise another 2D solid element should be used: element PLANE55 (or 55) in the ANSYS elements library (the so called 2D Thermal Solid). This is a quadrilateral element (4 nodes by default), with only one degree of freedom per node, i.e. the nodal temperature (which in our exercise will mean the hydraulic head). The model meshing displayed on the next page will be used. Also the Ansys model along with nodes numbering will be annexed to this document. N 5m H2 1m 0.1N 1.5m L 22m N 27m Hv 4m 0.2N 5m H 10m 0.5N 12.5m b 2m H1 3m 0.1N 3.5m B 7m 0.2N 8m Paul Ionescu Gr. 1 N=5
  • 2. The analysis in absence of the grout curtain will be done using this code: /PREP7 ET,1,55 MP,KXX,1,1E-4 N,1,0,0 N,2,4,0 N,3,7,0 N,4,8.5,0 N,5,9.5,0 N,6,11.5,0 N,7,12.5,0 N,8,13.5,0 N,9,15,0 N,10,16.5,0 N,11,17.5,0 N,12,18.5,0 N,13,20,0 N,14,23,0 N,15,27,0 NGEN,2,15,1,15,1,0,2.5 NGEN,3,15,16,30,1,0,1.5 NGEN,3,15,46,60,1,0,1 NGEN,3,15,76,90,1,0,1.5 NGEN,3,15,106,120,1,0,1 TYPE,1 MAT,1 E,1,2,17,16 EGEN,14,1,1 EGEN,9,15,1,14 NSEL,S,NODE,,136,140,1 D,ALL,TEMP,16 NALL NSEL,S,NODE,,145,150,1 D,ALL,TEMP,14 NALL NSEL,S,LOC,X,0 NSEL,A,LOC,Y,0 NSEL,A,LOC,X,27 NSEL,A,NODE,,140,145,1 SAVE /SOLU SOLVE FINISH To simulate the presence of the grout courtain we will declare a new material also (MP,KXX,2,1E-10) and we change material for the elements forming the curtain using this code : The final code: /PREP7 ET,1,55 MP,KXX,1,1E-4 MP,KXX,2,1E-10 N,1,0,0 N,2,4,0 N,3,7,0 N,4,8.5,0 N,5,9.5,0 N,6,11.5,0 N,7,12.5,0 N,8,13.5,0 N,9,15,0 N,10,16.5,0 N,11,17.5,0 N,12,18.5,0 N,13,20,0 N,14,23,0 N,15,27,0 NGEN,2,15,1,15,1,0,2.5 NGEN,3,15,16,30,1,0,1.5 NGEN,3,15,46,60,1,0,1 NGEN,3,15,76,90,1,0,1.5 NGEN,3,15,106,120,1,0,1 TYPE,1 MAT,1 E,1,2,17,16 EGEN,14,1,1 EGEN,9,15,1,14 NSEL,S,NODE,,136,140,1 D,ALL,TEMP,16 NALL NSEL,S,NODE,,145,150,1 D,ALL,TEMP,14 NALL NSEL,S,LOC,X,0 NSEL,A,LOC,Y,0 NSEL,A,LOC,X,27 NSEL,A,NODE,,140,145,1 ESEL,S,ELEM,,201,243,14 MPCHG,2,ALL EALL ESEL,S,ELEM,,201,243,14 MPCHG,2,ALL !All dimensions are in meters
  • 3. Post processing -Equipotential lines /SHOW,,,1 PLNS,temp Equipotential lines – model without grout curtain Equipotential lines – model without grout curtain
  • 4. -Seepage velocity PLVECT,tf,sum Velocity vectors - flow lines – model without grout curtain Velocity vectors - flow lines – model with grout curtain
  • 5. 0 0.5 1 1.5 2 2.5 3 3.5 4 9 11 13 15 17 19 Pressure(m) Nodal x coordinates (m) Hypothesis 1 - without grout curtain 0 1 2 3 4 9 11 13 15 17 19 Pressure(m) Nodal x coordinates (m) Hypothesis 2 - with grout curtain 0 0.5 1 1.5 2 2.5 3 3.5 4 9 10 11 12 13 14 15 16 17 18 Pressure(m) Nodal x coordinates (m) with vs without grout curtain With Without -Hydraulic head values An uplift pressure diagram will be drawn in both hypotheses of the exercise, in order to emphasize the grout curtain’s effect. Finally, the discharge dropdown due to the grout curtain will be assessed by calculating the discharge in both hypotheses. The inflow line is defined by the same nodes used to apply the upstream hydraulic head H1. Using the PRNS or PRES commands with label = tf (thermal flux), after selecting the appropriate nodes, prints the list of seepage velocities. Uplift pressure diagrams nsel,s,node,,140,146,1 prns,temp NODE TEMP 140 16.000 141 15.328 142 15.175 143 15.006 144 14.748 145 14.439 146 14.000 NODE TEMP 140 16.000 141 14.488 142 14.479 143 14.450 144 14.370 145 14.233 146 14.000
  • 6. Discharge assessment Q1 0.60866 0.72900 2 4 0.72900 1.1205 2 3 1.1205 1.6688 2 1.5 1.6688 3.1759 2 1      10 5  9.964 10 5  m 3 s Q2 0.68113 0.77982 2 4 0.77982 0.95151 2 3 0.95151 1.0159 2 1.5 1.0159 1.0297 2 1      10 5  8.017 10 5  m 3 s nsel,s,node,,136,140,1 prns,tf NODE TFX TFY TFZ TFSUM 136 -0.17973E-19 -0.60866E-05 0.0000 0.60866E-05 137 0.56778E-20 -0.72900E-05 0.0000 0.72900E-05 138 0.14452E-19 -0.11205E-04 0.0000 0.11205E-04 139 0.15818E-18 -0.16688E-04 0.0000 0.16688E-04 140 0.16802E-04 -0.26950E-04 0.0000 0.31759E-04 NODE TFX TFY TFZ TFSUM 136 0.12176E-19 -0.68113E-05 0.0000 0.68113E-05 137 0.40949E-19 -0.77982E-05 0.0000 0.77982E-05 138 0.75902E-19 -0.95151E-05 0.0000 0.95151E-05 139 0.29362E-19 -0.10159E-04 0.0000 0.10159E-04 140 -0.23360E-19 -0.10297E-04 0.0000 0.10297E-04 Without grout curtain With grout curtain