WO2015034464A1 - Global grid building in reverse faulted areas by an optimized unfaulting method - Google Patents
Global grid building in reverse faulted areas by an optimized unfaulting method Download PDFInfo
- Publication number
- WO2015034464A1 WO2015034464A1 PCT/US2013/057830 US2013057830W WO2015034464A1 WO 2015034464 A1 WO2015034464 A1 WO 2015034464A1 US 2013057830 W US2013057830 W US 2013057830W WO 2015034464 A1 WO2015034464 A1 WO 2015034464A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- fault
- block
- blocks
- conflict
- data structure
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01V—GEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
- G01V20/00—Geomodelling in general
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three-dimensional [3D] modelling for computer graphics
- G06T17/05—Geographic models
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2272—Management thereof
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/20—Design optimisation, verification or simulation
Definitions
- This patent document pertains generally to an unfaulting method, and more particularly, but not by way of limitation, to global grid building in reverse faulted areas by an optimized unfaulting method.
- Geological faults occur when there has been a fracture along which the blocks of the earth's crust (e.g., fault blocks) on either side have moved relative to one another parallel to the fracture (e.g., the fault plane).
- the fault block that is above the fault plane is considered the hanging wall and the fault block that is below the fault plane is defined as the footwall.
- Different types of faults are classified based on the orientation of the fault blocks. For example, a "normal fault” occurs when the hanging wall moves down relative to the footwall and may occur when there is an expansion of the crust. Alternatively, a "reverse fault” occurs when the hanging wall moves up relative to the footwall and occurs when the crust is compressed.
- a model may be generated that represents a reverse fault, however, the model may have duplicate cell coordinates along a reverse fault.
- FIG. 1 is a map-view of a geographical formation, according to an example embodiment.
- FIGS. 2A and 2B are example geocellular grids, according to various example embodiments.
- FIG. 3 is a block diagram illustrating an unfaulting application, according to an example embodiment.
- FIG. 4 illustrates a flowchart of a method of unfaulting a pair of fault blocks, according to an example embodiment.
- FIG. 5 illustrates a map-view of fault blocks with boundaries, according to an example embodiment.
- FIG. 6 is a diagram of two fault blocks, according to an example embodiment.
- FIG. 7 is an illustration of aligning two fault blocks, according to an example embodiment.
- FIG. 8 is a diagram of two fault blocks, according to an example embodiment.
- FIG. 9 is a map-view of a geographic formation with multiple faults, according to an example embodiment.
- FIG. 10 is a diagram of a fault topology, according to an example embodiment.
- FIG. 11 is a flowchart of a method of selecting an order of fault blocks, according to an example embodiment.
- FIG. 12 is a block diagram of machine in the example form of a computer system within which a set instructions, for causing the machine to perform any one or more of the methodologies discussed herein, may be executed.
- Geological faults occur when there has been a fracture along which the blocks of the earth's crust (e.g., fa ult blocks) on either side have moved relative to one another parallel to the fracture (e.g., the fa ult plane).
- the fault block that is above the fault plane is considered the hanging wall and the fault block that is below the fault plane is defined as the footwall.
- Different types of faults are classified based on the orientation of the fault blocks. For example, a "normal fault” occurs when the hanging wall moves down relative to the footwall and may occur when there is a n expansion of the crust. Alternatively, a "reverse fault” occurs when the hanging wall moves up relative to the footwall and occurs when the crust is compressed.
- a three-dimensional (3D) model may be stored that represents a geographical formation.
- the model may represent a geographical formation that includes one or more faults and fault blocks.
- the model may be comprised of an array of cells that approximate the geographical formation. For example, there may be a series of stacked planes in the Z (height) direction that each contain a grid of cells in the X-Y direction. Each cell of the grid may have an index of [X, Y, Z] .
- FIG. 1 represents a visual representation of a stored 3D model (e.g., empty areas and fault blocks).
- each cell in the model may have geographic data associated with the cell.
- the geogra phic data may identify a fault block associated with the cell and a type of the fault (e.g., reverse, normal, cross, etc.).
- a type of the fault e.g., reverse, normal, cross, etc.
- an application or user may identify the fa ult block the cell is a part of, and what type of fault the cell is adjacent to.
- Geographic data of some cells may indicate that the grid at that position is empty and is not associated with a fault block.
- the geographic data and cells in the 3D model may be represented by various data structures.
- a three-dimensional array data structure may be used where each entry in the array stores a data object that represents a cell (i.e., an entry of [5,5,5] in the array may correspond to position [5,5,5] in the model).
- the data object may include various data fields that identify the geographic data discussed above.
- a program may access what fault block a cell is a part of, the program may access the data object stored in the a rray that represents the cell in question.
- a search may conducted of the three-dimensional array to retrieve a ll cells identified in a fault block and update their positions if necessary.
- Other data structures may also be used without departing from the scope of this disclosure (e.g., each fault block may be have its own data object that defines the boundaries of the fault block within the 3D model).
- a ta ble or other data structure may be stored that identifies the various fault blocks of the geographic formation.
- the fault blocks may be identified by an alphanumerical sequence (e.g., 1, Al, ABC, etc.).
- the identifier may be what is used when a cell is associated with a fault block.
- the geographic data associated with an entry in the 3D model may store the identifier of the fault block.
- the data on the fault blocks may also identify faults adjacent to the fa ult block.
- a table or other data structure may be stored that identifies the various faults in the geographic formation.
- the faults may be identified by an alphanumerical sequence (e.g., 1, Al, ABC, etc.), identify the number of fault blocks adjacent to the fault and their associated identifiers, and identify the location of the fault between cells of the fault blocks (e.g., identify cells of the 3D model on the sides of the fault for each Z level).
- the data structures discussed a bove and programs accessing the structures may be implemented in one or more programming languages (e.g., Java, C/C++, etc.) and stored in one or data bases (e.g., relational, nonrelational, flat file, etc.) or structured files (e.g., XM L, etc.).
- programming languages e.g., Java, C/C++, etc.
- data bases e.g., relational, nonrelational, flat file, etc.
- structured files e.g., XM L, etc.
- the 3D model may include more than one representative domain.
- One domain may be the geometric domain, which when modeled provides an approximate visual representation of the geographic area.
- Another domain may be a cell index domain in which manipulations of the fault blocks may be performed.
- the cell index domain may be a three dimensional area in which the fault blocks may be modeled.
- a change may be made in the cell index domain, as discussed further herein, but not change the geometric domain. For example, the size of the cell index domain may change from [10, 10, 5] to [12, 10, 5] while leaving the geometric domain unchanged.
- cell index domain data refers to the cell, fault, and fa ult block data structures discussed a bove.
- cells in reversed faulted areas may have duplicate X-Y coordinates in the cell index domain.
- map- view 100 of a set of geocellular grids is illustrated with a reverse fault, fault block 102 and 104.
- the two fault blocks meet there is overlap between the X-Y coordinates.
- there may be duplicate Z coordinates in the index domain, where the two fault blocks meet e.g., area 106. This may present problems when building a global grid.
- unfaulting approach is used to restore the geographic formations to an unfaulted state.
- the unfaulting process is performed in the cell index domain only and not in the geometric domain. In other words, in a n example, the cell geometry does not change after unfaulting, but the grid indices are rearranged.
- fault blocks are the basic units used for unfaulting.
- An unfaulting operation uses a pair of fault blocks - one from each side of a fault and "moves" them to best align the two blocks, thereby minimizing the fault throws.
- the alignment process may move the two blocks' indices in the direction of arrows 108 and 110.
- a block index may be considered the cells in the 3D model that represent a fault block.
- the cell indices in any dimension may increase monotonically, with no duplication.
- the geographic data of cells in the 3D model may be updated to reflect the new positions of the fault blocks.
- the size of the 3D model may also expand.
- FIGS. 2A and 2B are example geocellular grids (e.g., cell indices), according to various exa mple embodiments.
- Cell index 200 in FIG. 2A and cell index 210 in FIG. 2B illustrate fault blocks 202 and 204 before and after an unfaulting operation, respectively.
- the fault blocks have been simplified for illustration purposes of an unfaulting operation and only the X and Z axes are shown.
- cell blocks 206 and 208 have overlapping X coordinates before unfaulting, but do not after unfaulting.
- overlapping refers to relative levels between fault blocks (e.g., a level immediately below a row).
- the two blocks after completing the unfaulting for one pair of fault blocks, the two blocks become a single, unfaulted block.
- the data structures representing the fault blocks may be updated to remove entries for the two fault blocks and an new entry representing the unfaulted block may be used in their places.
- geographic data in the 3D model associated with the combined fault block may be updated to be associated with an identifier of the combined fault block.
- the internal data is structured identically to what is contained in the original fault blocks.
- the processes may be repeated recursively to unfault all of the fault blocks in a fault network until there is a global grid no fault throws (e.g., no faults).
- the unfaulting process handles one pair of fault blocks at a time when addressing complicated fault networks.
- a recursive procedure may be used to unfault all the faults in the fault network.
- FIG. 3 is a block diagram 300 illustrating an unfaulting application
- unfaulting application 302 may include geometric domain data 306, cell index domain data 308, unfaulting module 310, conflict module 312, and fault block selection module 314. Also illustrated is input geographic formation data 304 and output unfaulted global grid index 316.
- unfaulting application 302 may be stored on a computer-reada ble storage device. In some examples, the storage device is a non-transitory medium. Some or all of the components of unfaulting application 302 may be stored as instructions on the storage device (e.g., modules 310-314).
- the instructions may be executed on at least one processor of a computing system. In some examples, the execution of the instructions is distributed among a plurality of processors.
- the processors may be general purpose processors or specialized processors such as graphical processing units.
- the processors may be located in the same computing system or distributed among a plurality of computing systems.
- a storage device of the computing system may store geometric domain data 306 and cell index domain data 308. Storage may also be distributed among a plurality of storage devices.
- geometric domain data 306 and cell index domain data 308 are stored in a database (e.g., relational, non-relational, flat file, etc.), structure file (e.g., XM L) or other storage format.
- Various operations of unfaulting application 302 may manipulate geometric domain data 306 and cell index domain data 308 on the storage device.
- FIG. 4 illustrates a flowchart 400 of a method of unfaulting a pair of fault blocks, according to an example embodiment. The method is described with respect to a single fault, but as discussed further herein, the method may be used multiple times for a network of faults.
- a block boundary is found from each side of the fault (402) to determine a fault boundary.
- a fault boundary may be a path through cells of the 3D model closest to the fault for each z-layer of a fault block.
- fault bou ndary 506 may include a line of cells of fa ult block 502 that are adjacent to fault 510.
- fault boundary 508 may include a line of cells of fault block 504 that are adjacent to the other side of the fault.
- the lines may follow the highest (e.g., highest Z value) cell of a that is adjacent to a fault.
- a data structure representing the fault boundary may include a series of [X, Y, Z] coordinates tracing the fault boundary.
- the pair of block boundaries (e.g., fault boundaries 506 and 508) for the k-plane slice represents the portion of a fault polygon on the slice.
- a fault polygon may be considered the region between two fault blocks that outline the fault between two fault blocks a bove the top layer of one of the fault blocks.
- FIG. 6 illustrates a top-view 600 of fault blocks 602 and 604 with fault boundaries 606 and 608, respectively.
- the center of boundary 606 is la beled "center-A" a nd the center of boundary 608 as "center-B.”
- the gravity center may be found using various known techniques without departing from the scope of this disclosure.
- a rectangular region (e.g., bounding box) is fit to each boundary: (u-A, v-A) region and (u-B, v-B) region (406). Then, a base- shift may be performed in which region A is moved towards region B such that center-A and center-B overlap (408).
- "moving" means updating the cells of a plurality of cells in a fault block. For example, if a cell of a fault block had an index of [5, 6, 10] a movement may mean that the index of the cell is now [6, 7, 10]. All cells in the fault block may move relative to a movement of an individual cell (e.g., if one cell of a fault block is moved left one coordinate, all cells are moved left one coordinate).
- the two regions are fine-tuned to find an optimized position/alignment.
- the alignment may move all slices of the fault block together.
- region-B may be spirally moved from the overlapped center of the boundary to perform the alignment (410).
- spirally moving the region guarantees that if matching factors of two positions are the same, the one with the smaller shift is used as the final alignment.
- FIG. 7 illustrates an example of spiral alignment 700.
- the amount of movement in each direction of the spiral may be set according to a user preference (e.g., one cell). As seen in FIG. 7, the movement may begin in a direction perpendicular to "u-B" and proceed in 90 degree turns in an expanding spiral.
- other movement patterns e.g., a curved spiral, may be used to align the two regions.
- a user preference may be set as to the level of conflict (described in more detail below) allowed between two fault blocks.
- Unfaulting application 302 may retrieve the user preference and determine if the "no conflict" preference has been set (412). If the preference has been set, a check may be made to determine if the conflict of the two fa ult blocks is '0' (416). If the conflict is ' ⁇ ', unfaulting application 302 may merge the two fault blocks into one unfaulted block (418). Merging may include updating fault block identification data of cells in the two fault blocks to be the same. If the conflict is not ' ⁇ ', flow may go back to operation 410 to continue to spirally move the fault block until a conflict value of '0' is achieved.
- the position where conflict is at a minimum may be found (414) before the fault blocks are merged together.
- a preference may also set as to the maximum distance a region may be moved (e.g., spirally moved) in which to find a minimum conflict.
- a user may set a preference as the maximum level of conflict allowed.
- an iterative process may be used to try numerous positions of the two fault blocks until a stopping condition is achieved (e.g., no conflict or minimal conflict).
- a fault block may need to be moved beyond the current dimensions of the global grid in order to satisfy the user preference related to conflict factors. In such insta nces the cell index domain of the global grid may be expanded in the X-Y directions to accommodate such a move.
- FIG. 8 illustrates an example overhead view 800 of two fault blocks 802, 804 that have been divided into three su b-areas: (1) solid areas 804, 806; (2) sponge areas 808, 810; and empty areas.
- each fault block may first be divided into these su b-areas.
- the sponge area may be defined around the boundary of each fault block.
- the sponge area may be a defined (e.g., user preference) distance away from the outside of the boundary of a fault block.
- the solid area may be the area inside the boundary and the empty area may be everything else.
- a conflict factor may then be calculated based on which areas overlap with each area.
- the conflict area for each pixel (e.g., cell) may be determined according to the following pseudo code:
- the solid_factor and sponge_factor may have predefined values according to a user preference.
- the solid_factor is 10.0 and sponge factor is 1.0.
- a conflict factor when a conflict factor is calculated using the a bove pseudo code and with a solid factor values of 10.0 and sponge factor of 1.0, the following characteristics a ppear when examining two pixels for conflict: (1) when both are solid, there is a large conflict factor; (2) when both are "sponge", there is some conflict factor, but not as large; (3) when one (either side) is solid and the other is sponge or empty, no value is added to the conflict factor; and (4) when both are empty, no value is added to the conflict factor.
- Various other factor values may be used to achieve different goals.
- the first characteristic a bove means "pushing away from each other" with a larger force when solid parts from both sides overlap.
- the characteristic means "pulling both sides closer” with some force - not as large - when solid parts from both sides are too far from each other.
- the algorithm attempts to make the third characteristic occur when possible (i.e., one side is sponge and one side is solid).
- the maximum occurrence of the third criterion will try to make both sides well aligned with no or a small solid portion overlap, and with a minimal gap in between. This may be achieved by choosing the minimum conflict factor defined a bove.
- the a bove conflict definition is for one pixel.
- the processing algorithm may use the summation of the conflict factors for all pixels in one grid k-plane and then summed again for all the grid k-planes by selecting the position (e.g., using the alignment discussed a bove) of the fault blocks where there is a minimal summed conflict factor.
- a user may set a level of conflict preference of "strictly no conflict” or “allow minimal conflict.” If the "strictly no conflict" choice is selected, the algorithm may exclude any position if any single pixel meets the first criterion, or it makes the solid_factor infinitively large.
- the unfaulting process is used on two fault blocks at a time.
- an algorithm may be used to calculate an order of fault blocks to unfault.
- FIG. 1 illustrates a simple example of multiple faults; when only two faults occur.
- the primary fault divides fault block 112 in the back, and blocksl02/104 in front.
- the secondary fault divides the front part into fault blocks 102/104.
- the secondary fault is unfaulted first - logica lly merging fault blocks 102/104, with which it applies the unfaulting process again with fault block 112.
- a single global grid is generated with no unfaulted blocks.
- inter-locked fault blocks are unlocked first in a complex fault network and a check is made to make sure there is a solution by finding one proper pair of fault blocks at any time.
- FIG. 9 illustrates a ma p-view of fault network 900 and FIG. 10 illustrates corresponding topology 1000.
- fault 1002 and 1004 are a pair of cross faults, which have fault blocks 1006-1012 associated with them.
- the corresponding cross point in FIG. 9 is highlighted be region 902.
- FIG. 11 is a flowchart of an algorithm that may be used to perform unfaulting in a fault network.
- the algorithm may be used to determine which fault blocks to select next to unfault in a complex fault network.
- a fault bank data structure may be generated for each fault in a fault network.
- fault blocks on both sides adjacent to the fault are added to the fault bank data structure(1102).
- the fault bank may be a stored data structure such as an array in which each entry is a fault block.
- Each fault block in the fault bank may also have data stored such as the type of fault for each side of the fault block, and which fault blocks are adjacent to the fault.
- the fault banks and fault blocks may have identification stored in the data structure (e.g., fault bank 1 has fault blocks A, B, and C).
- the fault bank may also have data indicating the number of fault blocks in the fault bank.
- a check is made to determine if there is a fault bank with a cross fault (1112).
- the fa ult banks may be iterated through to determine what type of faults are still present in fault blocks left in the fault bank. If a cross fa ult is found, a pair of fa ult blocks of the cross fault are taken out of the fault bank and the fault bank is kept (1114). Then, flow moves to operation 1118 in which the two chosen fault banks are unfaulted.
- a pair of consecutive blocks from one side of a fault bank may be chosen (1116).
- blocks B and C of fault bank 2 as stored in a data structure.
- the pair of fault blocks chosen by operations 1108, 1112, or 1116 are unfaulted using the process described herein (1118) to generate block-AB.
- the remaining fault banks are iterated through and updated such that if there no block-AB, any block-A is replaced with block AB and if there is no block-AB, any block-B is replaced with block-AB (1120).
- blocks A and B are merged such that they are single logical block even if their underlying geometry has not changed in the geometric domain.
- Flow is then returned back to operation 1104 to determine if there are any fault banks remaining.
- the unfaulting order in terms of fault numbers is 1014, 1016, 1002, 1004, 1018, 1020, and 1022.
- a computer- implemented process may start with receiving geographic formation data 304 with the faults, the type of faults, fault blocks adjacent to the faults, and storing the data on a storage device in the two domains: (1) geometric domain data; and (2) cell index domain data. Then, the fault block selection module may retrieve the cell index domain data from the storage device and generate an order of fault blocks to unfault as discussed above.
- the unfaulting module may then begin the unfaulting process on two of the fault blocks.
- This may include the base-shift in which the center of gravity of a fault boundary of one of the two blocks is aligned with the center of gravity of a fault boundary of the other fault block of the two fault blocks.
- the base-shift may include updating the cell index domain on the storage device for each cell in the shifted fault block with a new position.
- the base-shift may include expanding the size of the global cell index domain.
- the conflict module may perform a fine tuning alignment of the blocks according to a level of conflict preference. For example, one of the fault blocks may be moved in defined increments around the center of gravity of a fault boundary. The defined increments may be a pattern such as a spiral. In some examples, the alignment takes place in the X and Y directions, but Z remains unchanged. After each alignment, the conflict module may calculate a level of conflict between the two fault blocks, and if the level of conflict preference has been met (e.g., is zero if the level of conflict is "no conflict"), the alignment stops. In some examples, the alignment continues for a predetermined amount of moves or distance and the position that yields the least conflict is chosen for the two fault blocks.
- the two fault blocks are merged to become a single block. This may include updating the relevant fault bank and data in the cell index domain. Upon unfaulting each pair of fault blocks in the order determined by the fault block selection module, a single unfaulted globa l grid index may be generated.
- the unfaulting method a bove has been described as a way to solve the index duplication problem caused by reverse faulting
- one advantage of this unfaulting method is that it treats both reverse and normal fa ults, even vertical faults, in the same manner by optimizing the block indices alignment.
- fault blocks created by normal faulting do not result in index overlap. Because most algorithms do not perform a special alignment, unwanted "empty" cells may be created near both sides of normal fault when building the global grid. Application of the described method may squeeze fault blocks across normal fault closer, thus no, or with minimum, unwanted "empty" cells in between, and well aligned;
- Modules may constitute either software modules (e.g., code embodied (1) on a non-transitory machine- reada ble medium or (2) in a transmission signal) or hardwa re-implemented modules.
- a hardware-implemented module is tangible unit capa ble of performing certain operations and may be configured or arranged in a certain manner.
- one or more computer systems e.g., a standalone, client or server computer system
- one or more processors may be configured by software (e.g., an application or application portion) as a hardware-implemented module that operates to perform certain operations as described herein.
- a hardware-implemented module may be implemented mechanically or electronically.
- a hardware- implemented module may comprise dedicated circuitry or logic that is permanently configured (e.g., as a special-purpose processor, such as a field programmable gate array (FPGA) or an application-specific integrated circuit (ASIC)) to perform certain operations.
- a hardware-implemented module may also comprise programmable logic or circuitry (e.g., as encompassed within a general-purpose processor or other programmable processor) that is temporarily configured by software to perform certain operations. It will be appreciated that the decision to implement a hardware-implemented module mechanically, in dedicated and permanently configured circuitry, or in temporarily configured circuitry (e.g., configured by software) may be driven by cost and time considerations.
- FIG. 12 is a block diagram of a machine in the example form of a computer system 1200 within which instructions, for causing the machine to perform any one or more of the methodologies discussed herein, may be executed.
- the machine operates as a standalone device or may be connected (e.g., networked) to other machines.
- the machine may operate in the capacity of a server or a client machine in server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment.
- the machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital
- the example computer system 1200 includes a processor 1202
- the computer system 1200 may further include a video display unit 1210 (e.g., a liquid crystal display (LCD) or a cathode ray tube
- a video display unit 1210 e.g., a liquid crystal display (LCD) or a cathode ray tube
- the computer system 1200 also includes an alphanumeric input device 1212 (e.g., a keyboard), a user interface (Ul) navigation device 1214 (e.g., a mouse), a disk drive unit 1216, a signal generation device 1218 (e.g., a speaker) and a network interface device 1220.
- an alphanumeric input device 1212 e.g., a keyboard
- a user interface (Ul) navigation device 1214 e.g., a mouse
- a disk drive unit 1216 e.g., a disk drive unit 1216
- signal generation device 1218 e.g., a speaker
- the disk drive unit 1216 includes a machine-readable medium
- the instructions 1224 may also reside, completely or at least partially, within the main memory 1204 and/or within the processor 1202 during execution thereof by the computer system 1200, the main memory 1204 and the processor 1202 also constituting machine-readable media.
- machine-readable medium 1222 is shown in an example embodiment to be a single medium, the term “machine-readable medium” may include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more instructions or data structures.
- the term “machine-readable medium” shall also be taken to include any tangible medium that is capable of storing, encoding or carrying instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present invention, or that is capable of storing, encoding or carrying data structures utilized by or associated with such instructions.
- the term “machine-readable medium” shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media.
- machine- readable media include non-volatile memory, including by way of example semiconductor memory devices, e.g., Erasable Programmable Read-Only Memory (EPROM), Electrically Erasable Programmable Read-Only Memory (EEP OM), and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks.
- semiconductor memory devices e.g., Erasable Programmable Read-Only Memory (EPROM), Electrically Erasable Programmable Read-Only Memory (EEP OM), and flash memory devices
- magnetic disks such as internal hard disks and removable disks
- magneto-optical disks and CD-ROM and DVD-ROM disks.
- the instructions 1224 may further be transmitted or received over a communications network 1226 using a transmission medium.
- the instructions 1224 may be transmitted using the network interface device 1220 and any one of a number of well-known transfer protocols (e.g., HTTP).
- Examples of communication networks include a local area network (“LAN”), a wide area network (“WAN”), the Internet, mobile telephone networks, Plain Old Telephone (POTS) networks, and wireless data networks (e.g., WiFi and WiMax networks).
- LAN local area network
- WAN wide area network
- POTS Plain Old Telephone
- wireless data networks e.g., WiFi and WiMax networks.
- transmission medium shall be taken to include any intangible medium that is capable of storing, encoding or carrying instructions for execution by the machine, and includes digital or analog communications signals or other intangible media to facilitate communication of such software.
- inventive subject matter may be referred to herein, individually and/or collectively, by the term "invention" merely for convenience and without intending to voluntarily limit the scope of this application to any single invention or inventive concept if more than one is in fact disclosed.
- inventive subject matter may be referred to herein, individually and/or collectively, by the term "invention" merely for convenience and without intending to voluntarily limit the scope of this application to any single invention or inventive concept if more than one is in fact disclosed.
- inventive subject matter merely for convenience and without intending to voluntarily limit the scope of this application to any single invention or inventive concept if more than one is in fact disclosed.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Geometry (AREA)
- Remote Sensing (AREA)
- Computer Graphics (AREA)
- General Engineering & Computer Science (AREA)
- Life Sciences & Earth Sciences (AREA)
- General Life Sciences & Earth Sciences (AREA)
- Geophysics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Computer Hardware Design (AREA)
- Evolutionary Computation (AREA)
- Processing Or Creating Images (AREA)
- User Interface Of Digital Computer (AREA)
- Design And Manufacture Of Integrated Circuits (AREA)
- Apparatus For Radiation Diagnosis (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims
Priority Applications (10)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| AU2013399651A AU2013399651B2 (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| US14/892,470 US9645280B2 (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| PCT/US2013/057830 WO2015034464A1 (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| DE112013007399.4T DE112013007399T5 (en) | 2013-09-03 | 2013-09-03 | Global grid creation in postponed areas by an optimized equalization process |
| CN201380078286.9A CN105408941A (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| CA2919051A CA2919051C (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| MX2016000416A MX2016000416A (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method. |
| SG11201600465RA SG11201600465RA (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| GB1600261.0A GB2532622B (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
| SA516370420A SA516370420B1 (en) | 2013-09-03 | 2016-01-19 | System for global grid building in reverse faulted areas by an optimized unfaulting method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2013/057830 WO2015034464A1 (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2015034464A1 true WO2015034464A1 (en) | 2015-03-12 |
Family
ID=52628772
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2013/057830 Ceased WO2015034464A1 (en) | 2013-09-03 | 2013-09-03 | Global grid building in reverse faulted areas by an optimized unfaulting method |
Country Status (10)
| Country | Link |
|---|---|
| US (1) | US9645280B2 (en) |
| CN (1) | CN105408941A (en) |
| AU (1) | AU2013399651B2 (en) |
| CA (1) | CA2919051C (en) |
| DE (1) | DE112013007399T5 (en) |
| GB (1) | GB2532622B (en) |
| MX (1) | MX2016000416A (en) |
| SA (1) | SA516370420B1 (en) |
| SG (1) | SG11201600465RA (en) |
| WO (1) | WO2015034464A1 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9645280B2 (en) | 2013-09-03 | 2017-05-09 | Landmark Graphics Corporation | Global grid building in reverse faulted areas by an optimized unfaulting method |
| CN109003285A (en) * | 2018-07-30 | 2018-12-14 | 中国石油化工股份有限公司 | The method of automatic identification geology isogram interrupting layer |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10628552B2 (en) | 2016-06-07 | 2020-04-21 | Landmark Graphic Corporation | Systems and methods for unfaulting point clouds |
| US11681838B2 (en) | 2020-05-26 | 2023-06-20 | Landmark Graphics Corporation | Distributed Sequential Gaussian Simulation |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7480205B2 (en) * | 2005-04-20 | 2009-01-20 | Landmark Graphics Corporation | 3D fast fault restoration |
| US20120022837A1 (en) * | 2010-05-18 | 2012-01-26 | Schlumberger Technology Corporation | Smoothing Of Stair-Stepped Geometry In Grids |
| US8386180B2 (en) * | 2007-08-02 | 2013-02-26 | Arkex Limited | Geophysical data processing systems |
| US20130054201A1 (en) * | 2011-08-25 | 2013-02-28 | Chevron U.S.A. Inc. | Hybrid deterministic-geostatistical earth model |
| EP2631685A2 (en) * | 2012-02-22 | 2013-08-28 | Service Pétroliers Schlumberger | Building faulted grids for a sedimentary basin including structural and stratigraphic interfaces |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9536022B1 (en) * | 2009-06-01 | 2017-01-03 | Paradigm Sciences Ltd. | Systems and methods for modeling faults in the subsurface |
| FR2948215B1 (en) * | 2009-07-16 | 2011-06-24 | Inst Francais Du Petrole | METHOD FOR GENERATING A HEXA-DOMINANT MESHING OF A FAILLED UNDERGROUND MEDIUM |
| FR2987138A1 (en) * | 2012-02-22 | 2013-08-23 | Schlumberger Technology Corp | TITLE NOT RENTED. |
| DE112013007399T5 (en) | 2013-09-03 | 2016-06-16 | Landmark Graphics Corporation | Global grid creation in postponed areas by an optimized equalization process |
-
2013
- 2013-09-03 DE DE112013007399.4T patent/DE112013007399T5/en not_active Withdrawn
- 2013-09-03 AU AU2013399651A patent/AU2013399651B2/en not_active Ceased
- 2013-09-03 CN CN201380078286.9A patent/CN105408941A/en active Pending
- 2013-09-03 SG SG11201600465RA patent/SG11201600465RA/en unknown
- 2013-09-03 WO PCT/US2013/057830 patent/WO2015034464A1/en not_active Ceased
- 2013-09-03 US US14/892,470 patent/US9645280B2/en active Active
- 2013-09-03 CA CA2919051A patent/CA2919051C/en active Active
- 2013-09-03 MX MX2016000416A patent/MX2016000416A/en unknown
- 2013-09-03 GB GB1600261.0A patent/GB2532622B/en active Active
-
2016
- 2016-01-19 SA SA516370420A patent/SA516370420B1/en unknown
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7480205B2 (en) * | 2005-04-20 | 2009-01-20 | Landmark Graphics Corporation | 3D fast fault restoration |
| US8386180B2 (en) * | 2007-08-02 | 2013-02-26 | Arkex Limited | Geophysical data processing systems |
| US20120022837A1 (en) * | 2010-05-18 | 2012-01-26 | Schlumberger Technology Corporation | Smoothing Of Stair-Stepped Geometry In Grids |
| US20130054201A1 (en) * | 2011-08-25 | 2013-02-28 | Chevron U.S.A. Inc. | Hybrid deterministic-geostatistical earth model |
| EP2631685A2 (en) * | 2012-02-22 | 2013-08-28 | Service Pétroliers Schlumberger | Building faulted grids for a sedimentary basin including structural and stratigraphic interfaces |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9645280B2 (en) | 2013-09-03 | 2017-05-09 | Landmark Graphics Corporation | Global grid building in reverse faulted areas by an optimized unfaulting method |
| CN109003285A (en) * | 2018-07-30 | 2018-12-14 | 中国石油化工股份有限公司 | The method of automatic identification geology isogram interrupting layer |
| CN109003285B (en) * | 2018-07-30 | 2022-12-06 | 中国石油化工股份有限公司 | Method for automatically identifying fault layer in geological contour map |
Also Published As
| Publication number | Publication date |
|---|---|
| GB201600261D0 (en) | 2016-02-24 |
| CA2919051A1 (en) | 2015-03-12 |
| AU2013399651B2 (en) | 2017-08-10 |
| CA2919051C (en) | 2018-07-10 |
| GB2532622A (en) | 2016-05-25 |
| CN105408941A (en) | 2016-03-16 |
| US9645280B2 (en) | 2017-05-09 |
| SA516370420B1 (en) | 2017-04-24 |
| AU2013399651A1 (en) | 2016-02-11 |
| DE112013007399T5 (en) | 2016-06-16 |
| SG11201600465RA (en) | 2016-02-26 |
| US20160116636A1 (en) | 2016-04-28 |
| GB2532622B (en) | 2020-07-01 |
| MX2016000416A (en) | 2016-08-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Van Toll et al. | A navigation mesh for dynamic environments | |
| TWI718612B (en) | Method of operating route generator and computing system | |
| JP2022024065A (en) | Multi-resolution image system | |
| CN101900565A (en) | Path determining method and device | |
| US10345482B2 (en) | Global grid building unfaulting sequence for complex fault-network topologies | |
| CA2919051C (en) | Global grid building in reverse faulted areas by an optimized unfaulting method | |
| CN103268342A (en) | DEM dynamic visualization accelerating system and method based on CUDA | |
| CN109827585B (en) | Method for rapidly filling concave area in grid map | |
| CN106204719A (en) | Magnanimity model real-time scheduling method in three-dimensional scenic based on two-dimensional neighbourhood retrieval | |
| Camata et al. | Parallel implementation and performance analysis of a linear octree finite element mesh generation scheme | |
| Yue et al. | Using Greedy algorithm: DBSCAN revisited II | |
| Jones et al. | The implicit triangulated irregular network and multiscale spatial databases | |
| CN104933437B (en) | Dynamic grid generation method, generation device, aggregation method and aggregation device | |
| JP6242090B2 (en) | MAP UPDATE DEVICE, MAP UPDATE SYSTEM, AND MAP UPDATE MANAGEMENT METHOD | |
| Płuciennik et al. | Using graph database in spatial data generation | |
| Wang et al. | A parallel algorithm for constructing Voronoi diagrams based on point‐set adaptive grouping | |
| Meijers et al. | A storage and transfer efficient data structure for variable scale vector data | |
| CN113656653A (en) | Method and device for constructing network territory map and electronic equipment | |
| Prasher et al. | Efficient Update and Retrieval of objects in a multiresolution geospatial database | |
| Thiemann et al. | A scalable approach for generalization of land cover data | |
| Zuo et al. | LEGO Voxelization Method for Arbitrary Building Information Models to Support Path Planning | |
| Meijers et al. | Parallel creation of vario-scale data structures for large datasets | |
| CN121861095A (en) | Method for determining adjacency relation between contours and method for determining space adjacency matrix | |
| HK40083153A (en) | Data processing method, device, electronic equipment and storage medium | |
| CN119091070A (en) | Three-dimensional geological model Boolean operation method, device, electronic equipment and storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 201380078286.9 Country of ref document: CN |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13893009 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 14892470 Country of ref document: US |
|
| ENP | Entry into the national phase |
Ref document number: 201600261 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20130903 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2016/000416 Country of ref document: MX |
|
| ENP | Entry into the national phase |
Ref document number: 2016101156 Country of ref document: RU Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2919051 Country of ref document: CA |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112016001193 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: 2013399651 Country of ref document: AU Date of ref document: 20130903 Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 112013007399 Country of ref document: DE Ref document number: 1120130073994 Country of ref document: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13893009 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 112016001193 Country of ref document: BR Kind code of ref document: A2 Effective date: 20160119 |