这个提交包含在:
2023-12-19 10:49:54 +08:00
父节点 83048b5c60
当前提交 20a8c77b0c
共有 45 个文件被更改,包括 2225 次插入68 次删除

查看文件

@@ -0,0 +1 @@
this folder is used to store the examples!

查看文件

@@ -0,0 +1,64 @@
!the standard input file for TEM calculation.Version 2.0 start to creat @2016-10-30 by Huaifeng Sun
!finishe to creat @
!this is the configuration type for the modeling
!airborne, semi-airborne, ground, surface-borehole, tunnel, marine are the options
#configuration_type:
SEMI
!source length
#source-parameters:
3
!cell numbers in x,y,z directions
!minumun grid size in uniform parts
#cell-parameters:
161,161,160
0.5
!background resistivity
!number if abnormal bodies
!the numbered abnormal body cell range in x diretion,y diretion,z diretion,resistivity
#resistivity-parameters:
0.01
6
1,161,1,161,1,80,1e-4
1,161,1,161,80,81,0.002
1,161,1,161,81,83,0.0033
76,86,76,86,86,92,0.02
76,86,76,86,92,98,0.033
76,86,76,86,98,106,0.05
#n-stop:
3500000
!The maximum computation time, unit of which is ms
!the raise time and its step
!the wave length time
!the ramp time and its step
!timestep
!current in amper
!waveform-type
#waveform-parameters:
30.002
1e-6,1e-9
10000e-6
1e-6,1e-9
1e-7
1
TIXING_UPCOS
!number of flight hight
!flight hight
#flight-parameters:
2
0.5,1
!HE stands for horizontal value,HZ stands for vertical value
!number of survey lines
!start and stop point cell number
#receiver-parameters:
HE
1
66,96

43
tem3dfdtd/example/input.dat 普通文件
查看文件

@@ -0,0 +1,43 @@
SEMI
3
161,161,160
0.5
0.01
6
1,161
1,161
1,80
1e-4
1,161
1,161
80,81
0.002
1,161
1,161
81,83
0.0033
76,86
76,86
86,92
0.02
76,86
76,86
92,98
0.033
76,86
76,86
98,106
0.05
3500000
30.002
1e-6,1e-9
10000e-6
1e-6,1e-9
1e-7
1
2
0.5,1
TIXING_UPCOS
HE
1
66,96

99
tem3dfdtd/example/input.xml 普通文件
查看文件

@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Version 1.0-->
<model>
<!--!this is the configuration type for the modeling-->
<!--!airborne, semi-airborne, ground, surface-borehole,
tunnel, marine are the options-->
<configuration>SEMI</configuration>
<source>
<source_length>3</source_length>
<source_type>loop</source_type>
<current>1.0</current>
<Tx_waveform>TIXING_UPCOS</Tx_waveform>
</source>
<cell>
<x>161</x>
<y>161</y>
<z>160</z>
<mini_size>0.5</mini_size>
</cell>
<!--This is the time parameters in the iteration. -->
<!--the total_time corresponds to the computation time from 0 to the end-->
<time>
<total_time>30.002</total_time >
<raise_time>1e-6,1e-9</raise_time >
<ramp_time>1e-6,1e-9</ramp_time>
<on_time>1.0e-2</on_time>
<off_time_step_max>1.0e-7</off_time_step_max>
<max_stop_iteration>3500000</max_stop_iteration>
</time>
<Rx_parameters>
<num_record_height>2</num_record_height>
<heights>0.5,1</heights>
<rec_flag>HE</rec_flag>
<Rx_lines_num>1</Rx_lines_num>
<Rx_range>66,96</Rx_range>
</Rx_parameters>
<resistivity_parameters>
<background>0.01</background>
<abnormal>
<number>6</number>
<block1>
<x_range>1,161</x_range>
<y_range>1,161</y_range>
<z_range>1,80</z_range>
<conductivity>1e-4</conductivity>
</block1>
<block2>
<x_range>1,161</x_range>
<y_range>1,161</y_range>
<z_range>80,81</z_range>
<conductivity>0.002</conductivity>
</block2>
<block3>
<x_range>1,161</x_range>
<y_range>1,161</y_range>
<z_range>81,83</z_range>
<conductivity>0.0033</conductivity>
</block3>
<block4>
<x_range>76,86</x_range>
<y_range>76,86</y_range>
<z_range>86,92</z_range>
<conductivity>0.02</conductivity>
</block4>
<block5>
<x_range>76,86</x_range>
<y_range>76,86</y_range>
<z_range>82,98</z_range>
<conductivity>0.033</conductivity>
</block5>
<block6>
<x_range>76,86</x_range>
<y_range>76,86</y_range>
<z_range>98,106</z_range>
<conductivity>0.05</conductivity>
</block6>
</abnormal>
</resistivity_parameters>
</model>