{"id":{"repo_id":"uiuc","oai_identifier":"oai:www.ideals.illinois.edu:2142/104914"},"canonical_url":"https://search.dev.ndltd.org/etd/uiuc/oai:www.ideals.illinois.edu:2142/104914","repository":{"repo_id":"uiuc","name":"University of Illinois - Urbana-Champaign","base_url":"https://www.ideals.illinois.edu/oai-pmh"},"display":{"title":"Non-negative numerical solutions of the two-dimensional full-tensor diffusion/dispersion problems using flux-corrected transport, and implementation for the groundwater transport simulator MT3DMS","abstract":"Made available in DSpace on 2019-08-23T20:01:16Z (GMT). No. of bitstreams: 3 YAN-THESIS-2019.pdf: 1920338 bytes, checksum: 14f0b1abc843c6be7e96f661fd7709c7 (MD5) MT3DMS-FCT Code.zip: 99408 bytes, checksum: 7ed9dc09a8d511ca92223504b3709d5d (MD5) LICENSE.txt: 4205 bytes, checksum: 0311c133250ba6f8f675ee5651c3e46c (MD5) Previous issue date: 2019-04-24","abstract_html":"Made available in DSpace on 2019-08-23T20:01:16Z (GMT). No. of bitstreams: 3 YAN-THESIS-2019.pdf: 1920338 bytes, checksum: 14f0b1abc843c6be7e96f661fd7709c7 (MD5) MT3DMS-FCT Code.zip: 99408 bytes, checksum: 7ed9dc09a8d511ca92223504b3709d5d (MD5) LICENSE.txt: 4205 bytes, checksum: 0311c133250ba6f8f675ee5651c3e46c (MD5) Previous issue date: 2019-04-24","abstract_has_math":false,"creators":["Yan, Shuo"],"institution":"University of Illinois at Urbana-Champaign","degree_name":"M.S.","degree_level":"Thesis","degree_discipline":"Environ Engr in Civil Engr","degree_department":null,"school":null,"contributors":["Valocchi, Albert J."],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2019,"date_issued":"2019-08-23T20:01:16Z","date_published":"2019-08-23T20:01:16Z","updated_at":"2026-07-22T22:24:42Z","subjects":["1. Groundwater transport simulation 2. Full-tensor dispersion 3. Non-negative solutions 4. Flux corrected transport 5. MT3DMS 6. MODFLOW"],"languages":["en"],"rights":["2019 by Shuo Yan. All rights reserved."],"rights_urls":[],"identifier_entries":[]},"links":{"outbound_url":"http://hdl.handle.net/2142/104914","outbound_label":"Handle","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor","label":"Contributor","values":["Valocchi, Albert J."]},{"key":"dc:creator","label":"Author","values":["Yan, Shuo"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date","label":"Dc Date","values":["2019-08-23T20:01:16Z","2019-04-24","2019-05"]},{"key":"dc:type","label":"Dc Type","values":["text"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Environ Engr in Civil Engr"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Thesis"]},{"key":"thesis:degree_name","label":"Degree Name","values":["M.S."]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["University of Illinois at Urbana-Champaign"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["1. Groundwater transport simulation 2. Full-tensor dispersion 3. Non-negative solutions 4. Flux corrected transport 5. MT3DMS 6. MODFLOW"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language","label":"Dc Language","values":["en"]},{"key":"dc:rights","label":"Dc Rights","values":["2019 by Shuo Yan. All rights reserved."]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["http://hdl.handle.net/2142/104914"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["Made available in DSpace on 2019-08-23T20:01:16Z (GMT). No. of bitstreams: 3 YAN-THESIS-2019.pdf: 1920338 bytes, checksum: 14f0b1abc843c6be7e96f661fd7709c7 (MD5) MT3DMS-FCT Code.zip: 99408 bytes, checksum: 7ed9dc09a8d511ca92223504b3709d5d (MD5) LICENSE.txt: 4205 bytes, checksum: 0311c133250ba6f8f675ee5651c3e46c (MD5) Previous issue date: 2019-04-24","Solute transport model in groundwater system is usually represented by the advection-dispersion-reaction equation. When standard numerical methods are used to solve this solute transport equation, there can be non-physical overshoot and undershoot behavior. Several studies have shown that cross-terms in a dispersion tensor can lead to undershoots. These cross-terms arise whenever the principal directions of dispersion are not aligned with a fixed coordinate system. Since the principal directions are aligned with the direction of groundwater flow, full tensor dispersion must be included for realistic groundwater transport problems. The problem of unphysical undershoots caused by dispersion cross-term cannot be ignored, considering that concentration of contaminants can never be negative in a groundwater system. In addition, negative solutions in dispersion cross-term can create artificial mass, cause numerical convergence problems and result in unstable results in a reactive transport model. To address these issues, this thesis applies the well-known flux corrected transport (FCT) technique to various numerical methods, including standard finite volume, standard continuous Galerkin finite element and a bilinear finite volume method. FCT algorithm is easy to construct, and it only requires operation on matrices for the final system of linear algebraic equations. In this methodology, the low order transport operator is initially constructed from the high order transport operator by inserting an artificial operator to eliminate troublesome off-diagonal components. The anti-diffusive fluxes with a flux limiter are then added into the low order scheme (low accuracy but positive solution) to construct a high-order and physical solution. Considering the flexibility and accuracy of FCT algorithm, I implement this algorithm in the well-known and widely used groundwater solute transport simulator, MT3DMS. A new solute simulator, MT3DMS-FCT, is developed to guarantee the positivity of the transport solution. MT3DMS-FCT is developed to demonstrate feasibility of implementing FCT into an existing production code; the current implementation is limited to nonreactive species, use of operator splitting to separately solve the advection and dispersion terms, and Dirichlet boundary conditions. In this thesis, the accuracy and numerical performance of various FCT schemes are tested for several benchmark problems. The results indicate that FCT algorithm is high spatial order, robust and flexible method to guarantee the positivity of solution for solute transport model. However, the FCT results for standard finite volume method is very sensitive to the time step size. Moreover, while FCT guarantees a non-negative solution, it may not eliminate all numerical oscillations. The numerical behavior and accuracy of MT3DMS-FCT are compared to that of MT3DMS by using different test problems. More importantly, FCT algorithm is successfully implemented in the existing solute transport simulator MT3DMS, which lays out the implementation work for other simulators.","Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2019-08-22 without embargo terms","The student, Shuo Yan, accepted the attached license on 2019-04-24 at 09:57.","The student, Shuo Yan, submitted this Thesis for approval on 2019-04-24 at 10:04.","This Thesis was approved for publication on 2019-04-24 at 16:49.","DSpace SAF Submission Ingestion Package generated from Vireo submission #13855 on 2019-08-22 at 14:46:19"]},{"key":"dc:format","label":"Dc Format","values":["application/pdf"]},{"key":"dc:title","label":"Title","values":["Non-negative numerical solutions of the two-dimensional full-tensor diffusion/dispersion problems using flux-corrected transport, and implementation for the groundwater transport simulator MT3DMS"]}]}],"canonical_facts":{"dc:contributor":["Valocchi, Albert J."],"dc:creator":["Yan, Shuo"],"dc:date":["2019-08-23T20:01:16Z","2019-04-24","2019-05"],"dc:description":["Made available in DSpace on 2019-08-23T20:01:16Z (GMT). No. of bitstreams: 3 YAN-THESIS-2019.pdf: 1920338 bytes, checksum: 14f0b1abc843c6be7e96f661fd7709c7 (MD5) MT3DMS-FCT Code.zip: 99408 bytes, checksum: 7ed9dc09a8d511ca92223504b3709d5d (MD5) LICENSE.txt: 4205 bytes, checksum: 0311c133250ba6f8f675ee5651c3e46c (MD5) Previous issue date: 2019-04-24","Solute transport model in groundwater system is usually represented by the advection-dispersion-reaction equation. When standard numerical methods are used to solve this solute transport equation, there can be non-physical overshoot and undershoot behavior. Several studies have shown that cross-terms in a dispersion tensor can lead to undershoots. These cross-terms arise whenever the principal directions of dispersion are not aligned with a fixed coordinate system. Since the principal directions are aligned with the direction of groundwater flow, full tensor dispersion must be included for realistic groundwater transport problems. The problem of unphysical undershoots caused by dispersion cross-term cannot be ignored, considering that concentration of contaminants can never be negative in a groundwater system. In addition, negative solutions in dispersion cross-term can create artificial mass, cause numerical convergence problems and result in unstable results in a reactive transport model. To address these issues, this thesis applies the well-known flux corrected transport (FCT) technique to various numerical methods, including standard finite volume, standard continuous Galerkin finite element and a bilinear finite volume method. FCT algorithm is easy to construct, and it only requires operation on matrices for the final system of linear algebraic equations. In this methodology, the low order transport operator is initially constructed from the high order transport operator by inserting an artificial operator to eliminate troublesome off-diagonal components. The anti-diffusive fluxes with a flux limiter are then added into the low order scheme (low accuracy but positive solution) to construct a high-order and physical solution. Considering the flexibility and accuracy of FCT algorithm, I implement this algorithm in the well-known and widely used groundwater solute transport simulator, MT3DMS. A new solute simulator, MT3DMS-FCT, is developed to guarantee the positivity of the transport solution. MT3DMS-FCT is developed to demonstrate feasibility of implementing FCT into an existing production code; the current implementation is limited to nonreactive species, use of operator splitting to separately solve the advection and dispersion terms, and Dirichlet boundary conditions. In this thesis, the accuracy and numerical performance of various FCT schemes are tested for several benchmark problems. The results indicate that FCT algorithm is high spatial order, robust and flexible method to guarantee the positivity of solution for solute transport model. However, the FCT results for standard finite volume method is very sensitive to the time step size. Moreover, while FCT guarantees a non-negative solution, it may not eliminate all numerical oscillations. The numerical behavior and accuracy of MT3DMS-FCT are compared to that of MT3DMS by using different test problems. More importantly, FCT algorithm is successfully implemented in the existing solute transport simulator MT3DMS, which lays out the implementation work for other simulators.","Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2019-08-22 without embargo terms","The student, Shuo Yan, accepted the attached license on 2019-04-24 at 09:57.","The student, Shuo Yan, submitted this Thesis for approval on 2019-04-24 at 10:04.","This Thesis was approved for publication on 2019-04-24 at 16:49.","DSpace SAF Submission Ingestion Package generated from Vireo submission #13855 on 2019-08-22 at 14:46:19"],"dc:format":["application/pdf"],"dc:identifier":["http://hdl.handle.net/2142/104914"],"dc:language":["en"],"dc:rights":["2019 by Shuo Yan. All rights reserved."],"dc:subject":["1. Groundwater transport simulation 2. Full-tensor dispersion 3. Non-negative solutions 4. Flux corrected transport 5. MT3DMS 6. MODFLOW"],"dc:title":["Non-negative numerical solutions of the two-dimensional full-tensor diffusion/dispersion problems using flux-corrected transport, and implementation for the groundwater transport simulator MT3DMS"],"dc:type":["text"],"thesis:degree_discipline":["Environ Engr in Civil Engr"],"thesis:degree_level":["Thesis"],"thesis:degree_name":["M.S."],"thesis:institution_name":["University of Illinois at Urbana-Champaign"]},"updated_at":"2026-07-22T22:24:42Z"}