好消息! FLAC2D 9.0及FLAC3D 9.0正式釋出囉! ...
首頁
1
商品介紹
2
UDEC 3
https://www.jscic.com.tw/ 楓政科技工程有限公司

UDEC 7.0

一、概述

Universal Distinct Element Code (UDEC) 通用離散元素程式是一種二維數值分析程式,用於模擬包含多個交叉節理構造的介質在加載下的準靜態或動態行為

不連續介質以離散塊體的組合來表示,而不連續面被視為是塊體間的邊界條件。塊體沿著不連續面可以有大位移產生且塊體本身亦容許旋轉。 UDEC 使用顯式求解方法,可以對複雜的非線性行為進行模擬。

分析模型可以混合剛性塊體或可變形塊體。可變形塊體經由有限差分區(zones)中的連續網格定義,每個區的行為皆依給予的線性或非線性的應力-應變法則運行。不連續面的相對運動也受線性或非線性力-位移關係的控制,產生在法向和剪切向運動。節理模型和其屬性可以分別指派給單一或整組不連續面。


7d437e7450d3cd695e6dc7c46832c878.png

Applications

Because UDEC is not limited to a particular type of problem or initial condition, it may be applied to a wide variety of physical behaviors or any case where an understanding of the two-dimensional response of such structures is needed. UDEC is capable of simulating a wide range of engineering and scientific analyzes including: stability analysis of jointed rock slopes or underground excavations; fluid or gas flow through jointed rock; stability of masonry structures, dams, and foundations; blasting, earthquakes, and microseismicity; among many more applications.



Options

Optional features are specialized modules that can be added to UDEC at an additional cost for additional simulation tools.


Fluid Flow: 
Model fluid flow through the fractures and voids of a system of impermeable blocks. Steady-state pore pressures can be assigned to zones within deformable blocks and boundary conditions may be applied in terms of fluid pressures or defined as an impervious boundary. A porous medium can be defined around the UDEC block model to simulate a regional flow field. Fluid-calculation modes available are: steady-state flow (compressible liquid) and transient flow (compressible liquid, incompressible liquid, compressible gas, and two-phase fluid).


Barton-Bandis Joint Analysis
: The Barton-Bandis joint model utilizes a series of empirical relations for joint normal behavior and joint shear behavior based on the effects of surface roughness on discontinuity deformation and strength as described by Barton (1982) and Bandis et al. (1985).

Creep Material Analysis: The creep option can be used to simulate the behavior of materials that time-dependent material behavior.


User-Defined Models (UDM): 
With this option, users may create their own contact or zone constitutive model for use in UDEC using C++ scripting.


Thermal Analysis: 
The thermal model simulates the transient flux of heat in materials and the subsequent development of thermally induced stresses. The heat flux is modeled by either isotropic or anisotropic conduction. Heat sources can be added and can be made to decay exponentially with time.



二、 UDEC 7.0版的新功能


1. 二種使用者圖形介面

You now have access to the best of two worlds: the familiar UDEC GIIC (Graphical Interface for Itasca Codes) with interactive modeling tools and the new UDEC 7 GUI (Graphics User Interface), which incorporates the interface used by 3DEC, with advanced graphics and powerful pre- and post-processing tools. Although project files are unique to each of these platforms, UDEC 7 data and save files can be readily exchanged by each program.


eae4d3089903059f41e975205acd1bf1.jpg


2. 新的圖形介面(Interface)工具 

The new UDEC 7 GUI (shown below) is used in all our three-dimensional programs (FLAC3D3DECPFC3D). All aspects of the program can be accessed via the main menu (1). The Project Pane lists all the data files (1) and saved files (2) associated with the project. Click on any one to view the data file or restore a previous saved state. Multiple plots can be created, cloned, saved, and viewed via view pane (4). The main tool bar (5) is contextual and will change depending on what pane is active (e.g., text editor pane, view pane, console pane, etc.). There is a new built-in text editor (6) with everything needed to create UDEC data files and FISH functions; multiple documents can be associated with a project and navigated by using the tabs (7). Commands may be entered directly via the command line (8), with output displayed in the console pane above. The Control Panel along the far right-hand side changes depending on the active pane. In the image below, plot items (10) are shown since a view pane is active. New plot items may be created, plot ranges can be applied to each one, and they may be copied, pasted, and reordered within a plot view. Each plot item possesses a series of attributes (11) that can be modified. With the mouse cursor over the view pane, model information (object ID - block, zone, structural element, cursor position, value of plot item (label or contour) is displayed (12). Multiple preset GUI layouts are available; custom layouts may be saved.


79778114d8cc27b374b7884775619a3d.png

Features of the UDEC 7 GUI include:

  • floating panes – including a local control panel for floated panes;
  • expanded plotting of structural element results;
  • measurement tools for distance;
  • cursor pop-up details of plots (position, relevant value measures, object identifiers, etc.);
  • improved movie pre-processing using a dialog to automatically generate movie frames given a list of plots and a list of save files;
  • improved image exporting (PNG, DXF, VRML, PDF, PS, and SVG formats);
  • plots can also be exported as a data file that can be reused by calling into other projects or customized (via commands and FISH);
  • more colors to plot with;
  • built-in file browser shows all files in the project (and other) directories;
  • better control of the view camera, including pre-defined views, saving custom views, and locking views;
  • streamlined plot-item selection and control, including copy-and-paste and plot-item reordering; and
  • pre-defined image sizes have been added to the bitmap output options for movie frame generation.


708a4ebcbf47f99f8b2f8722bd240f46.gif

3. 指令語法更新

All commands are reformulated in UDEC 7 (GUI and GIIC) to follow a syntactical pattern of NOUN - VERB - OPTION - MODIFIERS - RANGE. Commands are more explicit and more intuitive. They are easier to learn and apply, and are consistent in usage with other Itasca numerical modeling codes.

For example,

UDEC 6.0 Syntax: block 0,0 0,10 10,10 10,0

UDEC 7.0 Syntax: block create polygon 0,0 0,10 10,10 10,0

As always, commands can be truncated, so the UDEC 7 command b cr p 0,0 0,10 10,10 10,0 also works. A comparison is shown below for a complete model using both UDEC 6 (top) and UDEC 7 (bottom) syntax.


fc0692dcc3ab6b950805d6f7088a0072.jpg
05ccef083977f1636376d41212b14d81.jpg

In recognition that this major change will require relearning commands and rewriting older data files for compatibility with version 7, additional HELP support has been added and a built-in conversion tool is available. The tool automatically converts a specified UDEC 6 data file to the new UDEC 7 command syntax. In the event that something is unclear and cannot be automatically converted, it is highlighted for user review. However, the conversion success rate is high and most data files are converted with no flagging whatsoever. When an older data file is updated with the conversion tool, a backup copy of the original data file is automatically retained.


fd0ccdbe610479de08fe66b9b1528609.jpg

4. FISH的語法更新

FISH is a powerful scripting language that can be used to manipulate model components, parameterize models, control model runs, create/calculate new model outputs, monitor results, and post-process model runs. Many new capabilities and tools have been added to UDEC to facilitate working with FISH.

Updated FISH Scripting Syntax (GUI/GIIC)

As with the commands, FISH scripting has also been improved to make function syntax clearer, more consistent, intuitive, and, therefore, easier to use. The syntax uses a structured reference for objects to assign properties or invoke functions and is similar to modern languages such as C++ and Visual Basic. For example, below you can see an example of the same FISH function in UDEC 6 (left) and in UDEC 7 (right). The UDEC 7 version was created using the built-in conversion tool under the UDEC 7 Edit menu.


2187043e8f89f2c18b8a45ed1ba3fe16.JPG

FISH Global Symbols Control Set (GUI)

The FISH Global Symbols control set displays and updates (including while cycling) the value/state of all global FISH variables and functions. Display is read-only. The tabular display (shown below) lists the symbol name, its current value, its type, and whether it is a function and its number of arguments (F(#)). A right-click on an item in the Name or Value column allows copying the cell data to the Windows clipboard.


1784934ce81db3900cf802215d4d6b3a.jpg


Enhanced FISH (GUI/GIIC)

New Data Types

In addition to the previous data types (integer, floating-point, string, and pointers), FISH variables now include several new data types:

  1. Boolean: Either a value of true or false.
  2. Vector: 2D or 3D vector of floating-point types.
  3. Array: A collection of FISH variables with specified dimensionality.
  4. Matrix: Matrix of numeric values with specified dimensionality.
  5. Tensor: A symmetric tensor (e.g., stress and strain).
  6. Map: An associative array with string or number key and any FISH variable as value.
  7. Structure: A structure may contain multiple FISH variables.

New and expanded data type functions have also been added (e.g., built-in functions to inverse or multiply matrices).

FISH Zone Metrics Functions

Get one of the metrics of the zone shape (0 - 1, where 1 is ideal) for quality check (ratio of the inscribed radius to the circumscribed radius, minimum ratio of the distance of vertex to the opposing edge divided by the length of the opposing edge length, and ratio of the shortest edge length divided by the longest edge length).

FISH Email Functions

Compose and send email messages using data files and FISH functions (e.g., send notification emails upon completion of notable tasks, include file attachments such as exported bitmaps to see your results).


207e3d7371a0b89f275d50f810598675.jpg


Email account settings provided with this command may also be specified in the “Email” section of the “Tools/Options” dialog.


e58afa91f0a27b633687c02e3573ce52.jpg

Other Enhancements ...

  • FISH variables can now be specified as either local (to a particular FISH function) or global (UDEC 6 convention).
  • More efficient looping using the loop foreach function to allow iterating through all objects inside a given container (e.g., zones, blocks, DFNs, user-defined list of scalar data, etc.).
  • Inline FISH permits snippets of FISH scripting to be inserted within commands in lieu of FISH variables.
  • FISH functions to create boundary conditions.
  • FISH functions for boundary reaction forces.
  • Working with ground support (structural elements) in UDEC is now easier with defined headers to travel the data structure rather than memory offsets.


5. 內建更適合UDEC的文字編輯器

The Editor pane in UDEC provides the ability to edit text-based project resources (data files, FISH files). Though users may choose to work with other text editors for creation/modification of project items with no loss of capability, the UDEC editor provides advantages that are not available in outside editors, including:

  • automatic syntax color-coding;
  • debugging and syntax error detection (step-through, check function and variable values) with line number referencing
  • collapsible FISH blocks to simplify reading large, complex data files;
  • columnar selection;
  • undo/redo commands;
  • find/replace dialog;
  • automatically comment (or uncomment) all selected lines (i.e., adds a semicolon to the start of the line, causing it to be ignored upon data file execution);
  • execute only those lines that are currently selected;
  • access to the “Execute/Stop” command, which provides an integrated environment for edit —> cycle sequences without having to switch between two programs; and
  • integration with the program documentation via key commands [F1] or [Ctrl+spacebar] to go directly to documentation of the command or FISH function on the current line.

Many aspects of the text editor may be customized to suit personal preferences (e.g., font style, font size, syntax colors, etc.) under the Options menu.

fbadad628dc55682e56127e73719501f.jpg

6. 新的建模工具

Easy Model Stress Initiation (GUI/GIIC)

  • Topographic in-situ stress initialization - specify stress gradient - allows you to start out close to equilibrium with the fewest number of blocks or zones or risking artificially activating/shearing more shallow joints by using an initial average in-situ stress value.
  • Automatic stress initialization permits you to define stress at a point directly (e.g., in-situ stress measurement) to define stresses for the entire model (in-situ and boundary commands).

Block Generation (GUI/GIIC) Block Generation (GUI/GIIC)

Built-in automatic block generation commands to create bricks (left) and asymmetric Voronoi blocks (default Voronoi with 1:1 ratio, top right, compared to asymmetric Voronoi at a 1:3 ratio, bottom right).


d7cf241cc3ec80c85d549083a1dc76a5.JPG


Geometry Logic

The geometry logic allows the user to create, import, and export geometric data. These data can be used to interact with the model in a variety of ways. The data can be used as a filter with the range logic, and as a visualization aid with plotting. FISH extra variables and group names may be assigned to geometric data. FISH may be used to create and manipulate the data. The geometric data are organized into geometric sets, which are named collections of nodes, edges, and polygons. The geometry import command is used to import geometric data from a file that can be of type STL, DXF, or the Itasca geometry format.

Import DXFs (GUI/GIIC)

Using the Geometry logic, you can now import and use DXF files for UDEC model construction with automatic conversion of geometry into crack commands. DXFs are required to be watertight and of good quality. Some interactive DXF clean-up tools are available in the GIIC. You can see the workflow in the following diagram.


b51e3b4262ff1ff7d16bd9f26bede9a7.jpg


Enhanced Ground Support

In addition to improved visualization (GUI) for structural elements, a rock support database, including fully grouted bolts, end-anchor bolts, Swellex bolts, and split-set bolts (GIIC) is included. More examples for replicating manufacturer pull-test results have also been included (GUI/GIIC) to aid with model calibration.



7. 節理工具 (GUI/GIIC) 


Joint-plane Intersection Traces

The angle keyword is used to specify orientation of jointing. With UDEC 7, you can also specify 3D joint orientations (dip and dip-direction) and the 2D model plane, with UDEC 7 automatically calculating the joint-plane intersection traces as visualized in the following 3DEC model. This permits you to rapidly generate a 2D model or a series of models using real-word data without having to do any math yourself.


5af329605b98dc92437a90dadc13a786.jpg

3DEC plot representing the 3D joint-plane intersection traces in UDEC.



Discrete Fracture Network (DFN) Generator

UDEC 7 also includes DFN logic with a built-in DFN generator based on a statistical description. Fractures are generated until a specified stopping criterion is met. These conditions include:

  • a target fracture number;
  • a target P10 (defined from borehole data as fracture frequency);
  • a target density P21 (from trace mapping upon surfaces such as benches or tunnel wall);
  • a target percolation volume;
  • DFN at the connectivity threshold; and
  • user-defined criteria (fish-stop).

The logic is similar to that used in 3DEC and also permits the simulation of joints embedded within blocks, whereas joint commands would truncate (remove) joint segments that fall within blocks. This is achieved by cutting a construction joint in the same position/orientation as the fracture until it intersects the model boundary or another joint. Different properties can then be assigned to the contacts falling on fractures (e.g., zero cohesion) and "solid" rock (e.g., contacts outside of fractures are ‘glued’). New plot items for working with DFNs, including stereonet and rosette charts, have also been added. The DFN logic is fully supported by both commands and FISH functions. Below are two videos of a simulated uniaxial compression test with the sample incorporating DFN-generated jointing. In the first video two cracks are added to a specimen which is then divided into a series of voronoi blocks to represent the intact rock while permiting new cracks to form. Displacement contours, joint states (failure modes), and an axial-displacment versus axial stress chart are shown.

https://youtu.be/S__f76XAna0?list=PLbHxWhUcfnn_JRTLiu6YT6veY2ugpVAYC



In the following video a DFN is generated in the specimen using two commands:

; orientations will be uniformly distributed by default and the fracture size is randomly generated using a power-law value limted to a fracture length between 1 and 100 units.

fracture template create 'example' size power-law 3 size-limit 1 100

; create one instance of a DFN within a defined box at a defined density (P10=1.5 along a defined scanline)

fracture generate template 'example' dfn 'fractures-1' gen-box -4 4 -8 8 p10 1.5 begin (0,0) end (-2,2)

This results in a series of cracks. Displacement contours (and vectors) and an axial-displacment versus axial stress chart are shown.



https://youtu.be/kDYA09Txp2I?list=PLbHxWhUcfnn_JRTLiu6YT6veY2ugpVAYC




8. 更好的分析(GUI/GIIC)

Factor of Safety Contours

UDEC uses a factor of safety calculation for stability analyses based upon the “strength reduction method”. A “factor of safety” index can be defined for any relevant problem parameter by taking the ratio of the calculated parameter value under given conditions to the critical value of the parameter, at which the onset of an unacceptable outcome manifests itself. Typically, application of the strength reduction method produces one single factor of safety per simulation, corresponding to one global minimum stability state. However, the ability to calculate multiple minimum states may be of interest, for example, to generate a safety map for a complex slope profile such as a benched cut or a slope with a berm (see following figure). The explicit dynamic solution method employed in UDEC allows multiple local stability surfaces to be identified in one simulation.

767c7907270e95f44b7eaea0e75729f1.jpg


With factor of safety contouring, material strengths are reduced in increments by a strength reduction factor. Unstable states for the model are identified at the global minimum state and then beyond that state. Unstable states of the model are identified at each stage as an assembly of gridpoints with velocities above a specified average value. The current strength reduction factor is assigned to unstable gridpoints for later contouring. If the strength is reduced in small intervals, progressively more regions of gridpoints can be identified as unstable. By monitoring the velocities, it is possible to delineate the regions of unstable gridpoints by different strength factors and produce a plot of factor of safety contours.

Better Model Querying

When a View pane (plot) is active, the toolbar includes a group of buttons to set the current mouse mode to one of four states: Select, Query, Center, and Distance. When the Query mode is selected, as highlighted in the image below, you can use the mouse cursor to inspect your model. Clicking on a location in the model will provide a list of one or more objects that can be queried (e.g., block, zone, gridpoint). Selecting an object from the menu will open a dialog that contains model information pertinent to it as shown; data can be copied to the clipboard or logged.



9009691a32b07e6f6ff2631b560846b8.jpg
As shown in the magnification bubble in the screen capture above, even when query mode is not active, the mouse cursor constantly relays general model information based on its position and nearby objects.

Keep Track of your Model

The track command is used to track blocks, zones, and grid points. Show positions over time using the particle tracking plot item.

More Information

  • Up to 128 extra variables are now available for all objects (blocks, zones, grid points, structural elements, contacts, etc.).
  • The group logic is the tool used to categorize model objects. Up to 128 different slot names can now be assigned to each group. A slot can be thought of as an independent container of groups. Using the group logic, one can imagine creating slots named "stage1," "stage2," etc., corresponding to each stage of an excavation. Within "stage1" of the excavation, there could be objects belonging to the groups "first," "second," etc. This gives the user a way to remove the first, second, etc., parts of the model in stage1, and the first, second, etc., parts of the model in stage2, and so on.
  • Know exactly what's happening in your model, even when solving, with the FISH Global Symbols Control Set (see above).
  • Added failure states for all contact (joint) constitutive models (e.g., failed tension now, failed shear past).
  • Added command to display contact failure state and contact model.
  • Quickly export chart and table data to CSV files for use with spreadsheet software.

5f31f33e198a1df5dce6423d895396d0.jpg


9. 更多的查詢協助 (GUI)

There are now a few more ways to get help on the fly when using UDEC 7. As before, you can type ? after the command word or keyword in the command console pane and press Enter. The console output will show a listing of the valid keywords that may follow the command word/keyword.

To get the definition of the command or FISH function on the current line (in the Editor pane or in the Console pane), you can now simply press the F1 key.


74c0a0078ec669c20dbf57ceffd9ff02.jpg


To get inline help for assistance constructing the current command or FISH function on the current line (in the Editor pane or in the Console pane), you can now simply press Ctrl+spacebar


e672abbb2904adea4788d12f0e05f7cc.jpg

Also, to get help with the current dialog or control, look for a help button. When it appears, pressing it will bring the user to the page in the program documentation that describes the use of that dialog or the control.


10. 其它

  • Updated save/restore system. Enhancements will allow for backward compatibility of SAV files for future versions of UDEC. (GUI/GIIC)
  • A project in UDEC (GUI) may now be collected into a single file referred to as a bundle file. The file contains the project file, all input files (data files, FISH files, etc.), a state record file for all model states (though not the state (UDSAV) files themselves), and any files that were used in the process of creating any of the model states.
  • Security logic enhancements (GUI/GIIC) include the following:
  • Specifying a particular key on the server when using a network license.
  • Searching for code and option matches (better key matching when multiple keys are present).
  • Better error messages and feedback when key errors occur.
  • The ability to have multiple licenses on a single USB key.
  • New technical support dialog added to the HELP menu that lets users submit technical support requests and automatically includes license and system information that helps Itasca help you (GUI).
  • Dynamic Input Wizard (GUI/GIIC) - Coming soon! The Dynamic Input Wizard tool facilitates the preprocessing of input signals necessary to correct signal input for use in seismic and dynamic analyzes. The wizard includes the following functionality:
  • Import ground motion data (velocity or acceleration) from a UDEC history, UDEC table, or PEER file, and specify data units.
  • Filter ground motion data to remove high-frequency components with a specified cut-off frequency.
  • Add a baseline correction for velocity or displacement drift by removing the mean acceleration, the running average displacement, a polynomial fit displacement, or a low-frequency sine function from the acceleration or velocity.
  • Export processed data (acceleration, velocity, displacement, amplitude spectrum, response spectrum, or Arias intensity) as a UDEC history or UDEC table file.


4d57c5d4fd2c2fb6073e15c15c8e98eb.jpg








































863ca5ce4197fb026e3fd28be82c7557.JPG