JP7097239B2 - 数値解析装置、数値解析方法、数値解析プログラム - Google Patents
数値解析装置、数値解析方法、数値解析プログラム Download PDFInfo
- Publication number
- JP7097239B2 JP7097239B2 JP2018108019A JP2018108019A JP7097239B2 JP 7097239 B2 JP7097239 B2 JP 7097239B2 JP 2018108019 A JP2018108019 A JP 2018108019A JP 2018108019 A JP2018108019 A JP 2018108019A JP 7097239 B2 JP7097239 B2 JP 7097239B2
- Authority
- JP
- Japan
- Prior art keywords
- well
- node
- analysis
- nodes
- correction
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000004458 analytical method Methods 0.000 title claims description 148
- 238000012937 correction Methods 0.000 claims description 64
- 238000000034 method Methods 0.000 claims description 56
- XLYOFNOQVPJJNP-UHFFFAOYSA-N water Substances O XLYOFNOQVPJJNP-UHFFFAOYSA-N 0.000 claims description 37
- 238000002347 injection Methods 0.000 claims description 33
- 239000007924 injection Substances 0.000 claims description 33
- 238000005086 pumping Methods 0.000 claims description 32
- 238000004364 calculation method Methods 0.000 claims description 18
- 239000003673 groundwater Substances 0.000 claims description 18
- 239000000470 constituent Substances 0.000 claims description 17
- 230000035699 permeability Effects 0.000 claims description 17
- 230000008595 infiltration Effects 0.000 claims description 6
- 238000001764 infiltration Methods 0.000 claims description 6
- 230000003204 osmotic effect Effects 0.000 claims 2
- 239000000243 solution Substances 0.000 description 40
- 230000000052 comparative effect Effects 0.000 description 21
- 238000012795 verification Methods 0.000 description 15
- 238000010586 diagram Methods 0.000 description 12
- 238000004422 calculation algorithm Methods 0.000 description 11
- 230000000694 effects Effects 0.000 description 10
- 230000006866 deterioration Effects 0.000 description 5
- 238000005206 flow analysis Methods 0.000 description 3
- 238000013507 mapping Methods 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 238000009792 diffusion process Methods 0.000 description 2
- 238000011156 evaluation Methods 0.000 description 2
- 239000011159 matrix material Substances 0.000 description 2
- 238000012805 post-processing Methods 0.000 description 2
- 238000004088 simulation Methods 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 238000004590 computer program Methods 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 239000011148 porous material Substances 0.000 description 1
- 239000002901 radioactive waste Substances 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 239000011435 rock Substances 0.000 description 1
- 238000010200 validation analysis Methods 0.000 description 1
Images
Landscapes
- Geophysics And Detection Of Objects (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
Ce ij:要素eの係数行列で、
Ne:要素eを構成する節点の数
φe j:要素eの構成節点jの水頭値
qe i:要素eの構成節点iの流量値
説明を簡単にするため、ある連結要素の構成節点のうち、第1節点が井戸節点に対応しており、水頭値φw^が与えられるとする。二次元平面解析の場合は、必ずこれに相当する。
ある井戸節点wを構成節点に有する有限要素(以降、至近要素という。)の集合をEwで表すと、井戸節点wに集まる流量Qwは、
要素eが一つの井戸節点wにのみ連結している場合はme w=1、要素が二つの井戸節点(井戸節点wとその前後のいずれか)に連携している場合はme w=2として、次のいずれかで各要素の透水係数を求める。
次に、本発明の実施例1を説明する。
上述したように、本発明は、点源周りの透水係数を補正するのみなので、既存の有限要素コード(通常のFEM解析プログラム)に容易に組み込み可能である。また、既存の有限要素コードに組み込むのではなく、入力データの透水係数を補正することも可能である。これらの例について、図2を参照しながら説明する。
図2(1)は、上記のアルゴリズムを既存の有限要素コード(FEM解析プログラム)に組み込む場合の一例である。この図に示すように、まず、ステップS101、S102において、次の入力データを準備する。
[データセット1] 通常の有限要素解析に必要な入力データ
[データセット2] 次の仕様の点源列からなる井戸データ
・各井戸の井戸節点の列(井戸始点から終点、または、井戸終点から始点)
・井戸の全水頭(または圧力水頭)値φw^ 。ただし、[データセット1]から引用することも可能
・井戸の半径 rw
・井戸がモデル化されている角度(対称条件などにより井戸が解析領域境界に位置しており、360°モデル化されていない場合、計算で求めることもできるが、与える方が効率的である)
図2(2)は、入力データの透水係数を補正する場合の一例である。この図に示すように、まず、ステップS201、S202において、上述した入力データ(データセット1、2)を準備する。
次に、本発明の実施例2を説明する。
上記のアルゴリズムの具体的な手順としては、図3に示すようなコンピュータプログラム用のフローチャートを利用可能である。以下、これらの処理フローについて説明する。
[均等四面体要素で分割した場合]
図4に示すように、解析領域を多数の均等四面体要素で分割した検証モデルについて有限要素法による数値解析を実施して、その結果を本発明の数値解析方法(実施例)と従来のFEMによる数値解析方法(比較例)とで比較した。検証モデルの井戸の半径rw =0.05m、井戸中心からの距離R=60mとした。また、r=rwにおいてφw^=100m(井戸の全水頭値)とし、r=60mにおいてφR^=0m(距離Rの位置における全水頭値)とした。図4に示すように、厳密解と実施例はよく一致しており、紙面上では重なって区別できない部分もあるが、比較例は両者から離れていることがわかる。
図6に示すような不均等四面体要素分割による検証モデルについて実施例と比較例とで解析結果を比較した。境界条件は図4の検証モデルと同じである。図6に示すように、厳密解と実施例はよく一致しており、紙面上では重なって区別できない部分もあるが、比較例は両者から離れていることがわかる。なお、中心部下方の荒い連結要素で等値線が奇異な分布を示しているのは、等値線を要素内で線形補間して描いているためである。
図8に示すような均等六面体要素分割による検証モデルについて実施例と比較例とで解析結果を比較した。境界条件は図4の検証モデルと同じである。図8に示すように、厳密解と実施例はよく一致しており、紙面上では重なって区別できない部分もあるが、比較例は両者から離れていることがわかる。
図10に示すような不均等五面体要素分割による検証モデルについて実施例と比較例とで解析結果を比較した。境界条件は図4の検証モデルと同じである。図10に示すように、厳密解と実施例はよく一致しており、紙面上では重なって区別できない部分もあるが、比較例は両者から離れていることがわかる。
図12に示すような不均等六面体要素分割による検証モデルについて実施例と比較例とで解析結果を比較した。境界条件は図4の検証モデルと同じである。図12に示すように、厳密解と実施例はよく一致しており、紙面上では重なって区別できない部分もあるが、比較例は両者から離れていることがわかる。
Claims (3)
- 注水/揚水井の周りの地下水の浸透流を有限要素法で数値解析するための装置であって、
注水/揚水井の周りの領域を有限個の任意の形状の要素に分割して、注水/揚水井を、所定の前記要素を構成する構成節点である井戸節点または所定の前記要素を構成する構成節点である井戸節点の連なりからなる節点列でモデル化した解析領域における地下水の浸透流を、コンピュータを使用した有限要素法で数値解析する解析手段と、
一つまたは二つの前記井戸節点に連結し、この前記井戸節点を構成節点として含む前記要素である連結要素において、前記井戸節点を除いた構成節点である全ての至近節点の水頭値が、前記至近節点の平均的な水頭値に等しいと仮定して、前記連結要素の透水係数を補正する補正手段と、
前記補正手段で補正した透水係数を用いて前記解析手段により得られる前記解析領域の全水頭分布に対して、前記補正手段で補正する前の透水係数を適用して前記解析領域における浸透流の流速または流量を算出する算出手段とを備えることを特徴とする数値解析装置。 - 注水/揚水井の周りの地下水の浸透流を有限要素法で数値解析するための方法であって、
注水/揚水井の周りの領域を有限個の任意の形状の要素に分割して、注水/揚水井を、所定の前記要素を構成する構成節点である井戸節点または所定の前記要素を構成する構成節点である井戸節点の連なりからなる節点列でモデル化した解析領域における地下水の浸透流を、コンピュータを使用した有限要素法で数値解析する解析ステップと、
一つまたは二つの前記井戸節点に連結し、この前記井戸節点を構成節点として含む前記要素である連結要素において、前記井戸節点を除いた構成節点である全ての至近節点の水頭値が、前記至近節点の平均的な水頭値に等しいと仮定して、前記連結要素の透水係数を補正する補正ステップと、
前記補正ステップで補正した透水係数を用いて前記解析ステップにより得られる前記解析領域の全水頭分布に対して、前記補正ステップで補正する前の透水係数を適用して前記解析領域における浸透流の流速または流量を算出する算出ステップとを備えることを特徴とする数値解析方法。 - 請求項2に記載の数値解析方法をコンピュータに実行させることを特徴とする数値解析プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018108019A JP7097239B2 (ja) | 2018-06-05 | 2018-06-05 | 数値解析装置、数値解析方法、数値解析プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018108019A JP7097239B2 (ja) | 2018-06-05 | 2018-06-05 | 数値解析装置、数値解析方法、数値解析プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019212049A JP2019212049A (ja) | 2019-12-12 |
JP7097239B2 true JP7097239B2 (ja) | 2022-07-07 |
Family
ID=68846833
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018108019A Active JP7097239B2 (ja) | 2018-06-05 | 2018-06-05 | 数値解析装置、数値解析方法、数値解析プログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP7097239B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2021021722A (ja) * | 2019-07-29 | 2021-02-18 | 清水建設株式会社 | 数値解析装置、数値解析方法、数値解析プログラム |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005273218A (ja) | 2004-03-23 | 2005-10-06 | Ohbayashi Corp | 岩盤掘削時の地下水挙動評価装置及び方法、コンピュータプログラム、記録媒体 |
US20100088076A1 (en) | 2008-10-03 | 2010-04-08 | Schlumberger Technology Corporation | Fully coupled simulation for fluid flow and geomechanical properties in oilfield simulation operations |
-
2018
- 2018-06-05 JP JP2018108019A patent/JP7097239B2/ja active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005273218A (ja) | 2004-03-23 | 2005-10-06 | Ohbayashi Corp | 岩盤掘削時の地下水挙動評価装置及び方法、コンピュータプログラム、記録媒体 |
US20100088076A1 (en) | 2008-10-03 | 2010-04-08 | Schlumberger Technology Corporation | Fully coupled simulation for fluid flow and geomechanical properties in oilfield simulation operations |
Non-Patent Citations (1)
Title |
---|
山田俊子,櫻井英行,鈴木誠,注水/揚水孔の簡易有限要素モデルのコード検証,土木学会論文集C(地圏工学),2017年,Vol.73,No.4,第450-459頁 |
Also Published As
Publication number | Publication date |
---|---|
JP2019212049A (ja) | 2019-12-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20140136171A1 (en) | Unstructured Grids For Modeling Reservoirs | |
US10254440B2 (en) | Process for constructing a volume mesh for modeling geological structures | |
CA2963928C (en) | Reservoir mesh creation using extended anisotropic, geometry-adaptive refinement of polyhedra | |
CN109102564B (zh) | 一种复杂地质体数值模型的耦合建模方法 | |
AU2013399120B2 (en) | Static earth model calibration methods and systems | |
Irzal et al. | Isogeometric finite element analysis of poroelasticity | |
Aldrich et al. | Analysis and visualization of discrete fracture networks using a flow topology graph | |
US10408971B2 (en) | Method of constructing an optimized mesh for reservoir simulation in a subterranean formation | |
CN113902872B (zh) | 一种非结构基质网格与裂缝连接性的检测方法 | |
EP3020913B1 (en) | Method of managing petro-chemical reservoir production and program product therefor | |
US10657301B1 (en) | Systems, methods and computer program products for constructing complex geometries using layered and linked hexahedral element meshes | |
JP7097239B2 (ja) | 数値解析装置、数値解析方法、数値解析プログラム | |
CN109949415B (zh) | 一种三维地表与地质体模型拓扑一致建模的系统及方法 | |
Wu et al. | Research on fault cutting algorithm of the three-dimensional numerical manifold method | |
Lipnikov et al. | Adaptive strategies in the multilevel multiscale mimetic (M 3) method for two-phase flows in porous media | |
US11353622B2 (en) | Systems and methods for hydrocarbon reservoir three dimensional unstructured grid generation and development | |
CN114491774B (zh) | 一种深部背斜构造及地层结构三维数值模型构建方法 | |
CN111950134B (zh) | 基于bim的地质灾害评估方法、装置及计算机可读存储介质 | |
JP2021021722A (ja) | 数値解析装置、数値解析方法、数値解析プログラム | |
JP4488821B2 (ja) | 透水試験評価システムおよび透水試験の評価方法 | |
Bachi et al. | An Efficient Hydraulic Fracture Geometry Calibration Workflow Using Microseismic Data | |
CN116611274B (zh) | 一种地下水污染运移可视化数值模拟方法 | |
US10417354B2 (en) | Model order reduction technique for discrete fractured network simulation | |
EP3451191A1 (en) | Computer implemented method for manipulating a numerical model of a 3d domain | |
KR101388675B1 (ko) | 응력구속조건의 민감도를 해석하기 위한 노드 셋 선택방법 및 이를 이용한 응력기반 위상최적설계에서 사용하는 응력구속조건의 민감도를 해석하는 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210527 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20220318 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220405 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220527 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20220614 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220627 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7097239 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |