期刊文献+
共找到28篇文章
< 1 2 >
每页显示 20 50 100
An Efficient Representation of Quadtrees and Bintrees for Multiresolution Terrain Models
1
作者 Yusnier Valle José Ortiz 《Geo-Spatial Information Science》 2011年第3期198-206,共9页
A space-filling curve in 2,3,or higher dimensions can be thought as a path of a continuously moving point.As its main goal is to preserve spatial proximity,this type of curves has been widely used in the design and im... A space-filling curve in 2,3,or higher dimensions can be thought as a path of a continuously moving point.As its main goal is to preserve spatial proximity,this type of curves has been widely used in the design and implementation of spatial data structures and nearest neighbor-finding techniques.This paper is essentially focused on the efficient representation of Digital Ele-vation Models(DEM) that entirely fit into the main memory.We propose a new hierarchical quadtree-like data structure to be built over domains of unrestricted size,and a representation of a quadtree and a binary triangles tree by means of the Hilbert and the Sierpinski space-filling curves,respectively,taking into account the hierarchical nature and the clustering properties of this kind of curves.Some triangulation schemes are described for the space-filling-curves-based approaches to efficiently visualize multiresolu-tion surfaces. 展开更多
关键词 bintrees quadtrees space-filling curves spatial data structures digital terrain models
原文传递
L curve for spherical triangle region quadtrees 被引量:9
2
作者 YUAN Wen1,CHENG Chengqi1,MA Ainai1 & GUAN Xiaojing2 1.Institute of Remote Sensing and Geography Information System,Peking University,Beijing 100871,China 2.Centre of State Information,Beijing 100045,China 《Science China(Technological Sciences)》 SCIE EI CAS 2004年第3期265-280,共16页
The sequence of facets and nodes has a direct influence on the efficiency of access to spherical triangle region quadtree. Based on the labeling schema by Lee, spatial curves both for facets and nodes are proposed and... The sequence of facets and nodes has a direct influence on the efficiency of access to spherical triangle region quadtree. Based on the labeling schema by Lee, spatial curves both for facets and nodes are proposed and the main algorithms for coordinate translation, node Lsequence generation and visiting nodes are presented. In particular,constant time algorithms for generating node Lsequence are advanced by using bit manipulation operations,which can be easily implemented with hardware. In L curve the distance between three nodes of a facet is mostly limited in a range of small value, thus making fast access possible. Though codes of sibling facets are continuous, the difference between codes of some cousins may occasionally be very large and makes the distance of a few facets also very large, thus greatly increasing the mean node distance and the total traversing distance. Therefore an m cluster of nodes is proposed as a basic storage unit fo n cluster, which should store eery shared node in each,and the distance between three nodes of a facet is limited to a controllagle scope. 展开更多
关键词 global grid spherical TRIANGLE REGION quadtree SQT QTM space-filling curve.
原文传递
Efficient Quadtree based Fractal Image Coding Scheme in Wavelet Transform Domain *
3
作者 高西奇 洪波 +1 位作者 张辉 何振亚 《Journal of Southeast University(English Edition)》 EI CAS 1998年第1期35-40,共6页
This paper presents an efficient quadtree based fractal image coding scheme in wavelet transform domain based on the wavelet based theory of fractal image compression introduced by Davis. In the scheme, zerotrees of... This paper presents an efficient quadtree based fractal image coding scheme in wavelet transform domain based on the wavelet based theory of fractal image compression introduced by Davis. In the scheme, zerotrees of wavelet coefficients are used to reduce the number of domain blocks, which leads to lower bit cost required to represent the location information of fractal coding, and overall entropy constrained optimization is performed for the decision trees as well as for the sets of scalar quantizers and self quantizers of wavelet subtrees. Experiment results show that at the low bit rates, the proposed scheme gives about 1 dB improvement in PSNR over the reported results. 展开更多
关键词 fractal image coding wavelet transform QUADTREE
下载PDF
Numerical simulation of wind-driven circulation and pollutant transport in Taihu Lake based on a quadtree grid 被引量:6
4
作者 Xiao-dong Liu Ling-qi Li +4 位作者 Peng Wang Zu-lin Hua Li Gu Yuan-yuan Zhou Lu-ying Chen 《Water Science and Engineering》 EI CAS CSCD 2019年第2期108-114,共7页
In this study,a two-dimensional flow-pollutant coupled model was developed based on a quadtree grid.This model was established to allow the accurate simulation of wind-driven flow in a large-scale shallow lake with ir... In this study,a two-dimensional flow-pollutant coupled model was developed based on a quadtree grid.This model was established to allow the accurate simulation of wind-driven flow in a large-scale shallow lake with irregular natural boundaries when focusing on important smallscale localized flow features.The quadtree grid was created by domain decomposition.The governing equations were solved using the finite volume method,and the normal fluxes of mass,momentum,and pollutants across the interface between cells were computed by means of a Godunov-type Osher scheme.The model was employed to simulate wind-driven flow in a circular basin with non-uniform depth.The computed values were in agreement with analytical data.The results indicate that the quadtree grid has fine local resolution and high efficiency,and is convenient for local refinement.It is clear that the quadtree grid model is effective when applied to complex flow domains.Finally,the model was used to calculate the flow field and concentration field of Taihu Lake,demonstrating its ability to predict the flow and concentration fields in an actual water area with complex geometry. 展开更多
关键词 Numerical simulation WIND-DRIVEN CIRCULATION POLLUTANT transport QUADTREE GRID Shallow-flow hydrodynamics Taihu Lake
下载PDF
Differentially Private Spatial Decompositions for Geospatial Point Data 被引量:6
5
作者 WANG Jun LIU Shubo +2 位作者 LI Yongkai CAO Hui LIU Mengjun 《China Communications》 SCIE CSCD 2016年第4期97-107,共11页
Technological advancements in data analysis and data releasing have put forward higher security requirements, such as privacy guarantee and strictly provable security, this new area of research is called differential ... Technological advancements in data analysis and data releasing have put forward higher security requirements, such as privacy guarantee and strictly provable security, this new area of research is called differential privacy. As for geospatial point data, the exiting methods use the tree structure to split the data space to enhance the data utility and usually adopt uniform budgeting method. Different from this, we propose a novel non-uniform allocation scheme for privacy budget which is a parameter to specify the degree of privacy guarantee. Firstly, the spatial data is indexed by quadtree, then, different privacy budget is allocated to each layer of quadtree using Fibonacci series features, and we designate this budgeting method as Fibonacci allocation. Experimental results show that Fibonacci allocation is significantly more accurate in data queries than the state-of-the-art methods under the same privacy guarantee level and fits for arbitrary range queries. Furthermore, data utility can be improved by post-processing and threshold determination. 展开更多
关键词 privacy guarantee Fibonacci allocation QUADTREE differential privacy
下载PDF
HQ-Tree: A Distributed Spatial Index Based on Hadoop 被引量:5
6
作者 FENG Jun TANG Zhixian WEI Mian XU Liming 《China Communications》 SCIE CSCD 2014年第7期128-141,共14页
In this paper,we propose a novel spatial data index based on Hadoop:HQ-Tree.In HQ-Tree,we use PR QuadTrec to solve the problem of poor efficiency in parallel processing,which is caused by data insertion order and spac... In this paper,we propose a novel spatial data index based on Hadoop:HQ-Tree.In HQ-Tree,we use PR QuadTrec to solve the problem of poor efficiency in parallel processing,which is caused by data insertion order and space overlapping.For the problem that HDFS cannot support random write,we propose an updating mechanism,called "Copy Write",to support the index update.Additionally,HQ-Tree employs a two-level index caching mechanism to reduce the cost of network transferring and I/O operations.Finally,we develop MapReduce-based algorithms,which are able to significantly enhance the efficiency of index creation and query.Experimental results demonstrate the effectiveness of our methods. 展开更多
关键词 spatial index QUADTREE HADOOP MAPREDUCE
下载PDF
A two-dimensional numerical wave flume based on SA-MPLS method 被引量:6
7
作者 HUANG Xiaoyun LI Shaowu 《Acta Oceanologica Sinica》 SCIE CAS CSCD 2012年第3期18-30,共13页
A spatially adaptive (SA) two-dimensional (2-D) numerical wave flume is presented based on the quadtree mesh system,in which a new multiple particle level set (MPLS) method is proposed to solve the problem of interfac... A spatially adaptive (SA) two-dimensional (2-D) numerical wave flume is presented based on the quadtree mesh system,in which a new multiple particle level set (MPLS) method is proposed to solve the problem of interface tracking,in which common intersection may be traversed by multiple interfaces.By using the adaptive mesh technique and the MPLS method,mesh resolution is updated automatically with time according to flow characteristics in the modeling process with higher resolution around the free surface and the solid boundary and lower resolution in less important area.The model has good performance in saving computer memory and CPU time and is validated by computational examples of small amplitude wave,second-order Stokes wave and cnoidal wave.Computational results also indicate that standing wave and wave overtopping are also reasonably simulated by the model. 展开更多
关键词 spatially adaptive quadtree mesh system multiple particle level set method numerical wave flume
下载PDF
Contour representation based on wedgelet 被引量:2
8
作者 Liu Zeyi~1, Sun Ziqiang~ 2,3 , Xu Ling~2 & Peng Xiang~ 4,5 1. Dept. of Mathematics of Science Coll., Shenzhen Univ., Shenzhen 518060, P.R. China 2. Dept. of Mathematics of Science Coll., Tianjin Univ., Tianjin 300072, P.R. Ch ina +2 位作者 3.Tianjin Foreign Studies Univ., Tianjin 300204, P.R. China 4. Inst. of Optoelectronics, Shenzhen Univ., Shenzhen 518060, P.R. China 5. National Lab of Precision Measurement Technology and Instrumentation, Tianjin 300072, P.R. China 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2006年第2期251-257,共7页
Aiming at the shortcomings of the existing wedgelet compression arithmetics, a novel contour-representing algorithm based on wedgelets is presented in this paper. Firstly the input image is binarized and the most opti... Aiming at the shortcomings of the existing wedgelet compression arithmetics, a novel contour-representing algorithm based on wedgelets is presented in this paper. Firstly the input image is binarized and the most optimized wedgelets are found by means of quadtree framework. Then the contours are reconstructed by applying the wedgelets, the data volume is compressed, and the shortcomings of the contour representation based on normal wavelet are ameliorated, the better effect for the visualization is obtained, too. 展开更多
关键词 wedgelet BINARIZATION quadtree.
下载PDF
Finite cell method compared to h-version finite element method for elasto-plastic problems 被引量:2
9
作者 A.ABEDIAN J.PARVIZIAN +1 位作者 A.DSTER E.RANK 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2014年第10期1239-1248,共10页
The finite cell method (FCM) combines the high-order finite element method (FEM) with the fictitious domain approach for the purpose of simple meshing. In the present study, the FCM is used to the Prandtl-Reuss fl... The finite cell method (FCM) combines the high-order finite element method (FEM) with the fictitious domain approach for the purpose of simple meshing. In the present study, the FCM is used to the Prandtl-Reuss flow theory of plasticity, and the results are compared with the h-version finite element method (h-FEM). The numerical results show that the FCM is more efficient compared to the h-FEM for elasto-plastic problems, although the mesh does not conform to the boundary. It is also demonstrated that the FCM performs well for elasto-plastic loading and unloading. 展开更多
关键词 finite cell method (FCM) h-version finite element method (h-FEM) Prandtl-Reuss QUADTREE OCTREE
下载PDF
Terrain Rendering LOD Algorithm Based on Improved Restrictive Quadtree Segmentation and Variation Coefficient of Elevation 被引量:2
10
作者 Zhenwu Wang Xiaohua Lu 《Journal of Beijing Institute of Technology》 EI CAS 2018年第4期617-622,共6页
Aiming to deal with the difficult issues of terrain data model simplification and crack disposal,the paper proposed an improved level of detail(LOD)terrain rendering algorithm,in which a variation coefficient of eleva... Aiming to deal with the difficult issues of terrain data model simplification and crack disposal,the paper proposed an improved level of detail(LOD)terrain rendering algorithm,in which a variation coefficient of elevation is introduced to express the undulation of topography.Then the coefficient is used to construct a node evaluation function in the terrain data model simplification step.Furthermore,an edge reduction strategy is combined with the improved restrictive quadtree segmentation to handle the crack problem.The experiment results demonstrated that the proposed method can reduce the amount of rendering triangles and enhance the rendering speed on the premise of ensuring the rendering effect compared with a traditional LOD algorithm. 展开更多
关键词 terrain data model simplification crack disposal level of detail(LOD)terrain rendering algorithm variation coefficient of elevation node evaluation function restrictive quadtree segmentation
下载PDF
Framed-Quadtree Path Planning for an Underwater Vehicle with the Task of Tracking a Moving Target 被引量:1
11
作者 高博 徐德民 严卫生 《Journal of Marine Science and Application》 2010年第1期27-33,共7页
An autonomous underwater vehicle (AUV) must use an algorithm to plan its path to distant, mobile offshore objects. Because of the uneven distribution of obstacles in the real world, the efficiency of the algorithm dec... An autonomous underwater vehicle (AUV) must use an algorithm to plan its path to distant, mobile offshore objects. Because of the uneven distribution of obstacles in the real world, the efficiency of the algorithm decreases if the global environment is represented by regular grids with all of them at the highest resolution. The framed quadtree data structure is able to more efficiently represent the environment. When planning the path, the dynamic object is expressed instead as several static objects which are used by the path planner to update the path. By taking account of the characteristics of the framed quadtree, objects can be projected on the frame nodes to increase the precision of the path. Analysis and simulations showed the proposed planner could increase efficiency while improving the ability of the AUV to follow an object. 展开更多
关键词 regular grid framed quadtree data structure algorithm efficiency
下载PDF
Spatial Topology Rule Checking Algorithm of Linear Entity Based on Quadtree 被引量:1
12
作者 Shunping ZHOU Shaohuai CHEN Bo WAN 《Journal of Geographic Information System》 2009年第1期1-4,共4页
Spatial topology rule is the primary method to insure the consistency and validity of spatial topology relation in GIS software. Topology rule can be divided into three categories according to geographic entity’s geo... Spatial topology rule is the primary method to insure the consistency and validity of spatial topology relation in GIS software. Topology rule can be divided into three categories according to geographic entity’s geometric shape: point topology rule, line topology rule and polygon topology rule. At first, this paper summarizes the various linear geographic entities’ topological relations which have practical application, then designs a series of linear entity topology rules detailedly. Based on these rules, this paper proposes a topology rule checking algorithm using quadtree, which is designed on the basis of MAPGIS7.4 spatial data model. The algorithm has already been applied to MAPGIS platform and gained good effects. 展开更多
关键词 LINEAR ENTITY TOPOLOGY RULE RULE CHECK QUADTREE
下载PDF
Image Coding Using Wavelet Transform and EntropyConstrained Vector Quantization with Quadtree Structure Vectors
13
作者 高西奇 何振亚 《Journal of Southeast University(English Edition)》 EI CAS 1996年第1期19-24,共6页
This paper presents a new wavelet transform image coding method. On the basis of a hierarchical wavelet decomposition of images, entropy constrained vector quantization is employed to encode the wavelet coefficients... This paper presents a new wavelet transform image coding method. On the basis of a hierarchical wavelet decomposition of images, entropy constrained vector quantization is employed to encode the wavelet coefficients at all the high frequency bands with 展开更多
关键词 WAVELET TRANSFORM ENTROPY constrained VECTOR QUANTIZATION QUADTREE structure VECTOR image coding
下载PDF
基于移动终端高效显示海量坐标对象的方法探讨
14
作者 郑昊 淡嘉 《通信与信息技术》 2019年第3期54-56,共3页
为了能在计算能力有限的移动设备上高效显示海量坐标对象,采用Quadtree作为数据结构,建立针对坐标对象集合的空间索引,并通过一个用于限制坐标对象规模的滑动可视区域-"视口",来从Quadtree中快速查找出需要动态显示的对象。... 为了能在计算能力有限的移动设备上高效显示海量坐标对象,采用Quadtree作为数据结构,建立针对坐标对象集合的空间索引,并通过一个用于限制坐标对象规模的滑动可视区域-"视口",来从Quadtree中快速查找出需要动态显示的对象。通过对实现算法的分析表明,搜索目标对象的时间复杂度近似于O(log n),达到了所要实现的目标。 展开更多
关键词 QUADTREE 空间索引 时间复杂度 移动终端 区域坐标搜索
下载PDF
Personalized trajectory data perturbation algorithm based on quadtree indexing
15
作者 Liu Kun Jin Junhui +2 位作者 Wang Hui Shen Zihao Liu Peiqian 《The Journal of China Universities of Posts and Telecommunications》 EI CSCD 2024年第4期17-27,共11页
To solve the privacy leakage problem of truck trajectories in intelligent logistics,this paper proposes a quadtreebased personalized joint location perturbation(QPJLP)algorithm using location generalization and local ... To solve the privacy leakage problem of truck trajectories in intelligent logistics,this paper proposes a quadtreebased personalized joint location perturbation(QPJLP)algorithm using location generalization and local differential privacy(LDP)techniques.Firstly,a flexible position encoding mechanism based on the spatial quadtree indexing is designed,and the length of the encoding can be adjusted freely according to data availability.Secondly,to meet the privacy needs of different locations of users,location categories are introduced to classify locations as sensitive and ordinary locations.Finally,the truck invokes the corresponding mechanism in the QPJLP algorithm to locally perturb the code according to the location category,allowing the protection of non-sensitive locations to be reduced without weakening the protection of sensitive locations,thereby improving data availability.Simulation experiments demonstrate that the proposed algorithm effectively meets the personalized trajectory privacy requirements while also exhibiting good performance in trajectory proportion estimation and top-k classification. 展开更多
关键词 intelligent logistics quadtree indexing local differential privacy(LDP) trajectory privacy protection location categories
原文传递
High capacity reversible data hiding in encrypted images based on adaptive quadtree partitioning and MSB prediction 被引量:1
16
作者 Kaili QI Minqing ZHANG +1 位作者 Fuqiang DI Yongjun KONG 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2023年第8期1156-1168,共13页
To improve the embedding capacity of reversible data hiding in encrypted images(RDH-EI),a new RDH-EI scheme is proposed based on adaptive quadtree partitioning and most significant bit(MSB)prediction.First,according t... To improve the embedding capacity of reversible data hiding in encrypted images(RDH-EI),a new RDH-EI scheme is proposed based on adaptive quadtree partitioning and most significant bit(MSB)prediction.First,according to the smoothness of the image,the image is partitioned into blocks based on adaptive quadtree partitioning,and then blocks of different sizes are encrypted and scrambled at the block level to resist the analysis of the encrypted images.In the data embedding stage,the adaptive MSB prediction method proposed by Wang and He(2022)is improved by taking the upper-left pixel in the block as the target pixel,to predict other pixels to free up more embedding space.To the best of our knowledge,quadtree partitioning is first applied to RDH-EI.Simulation results show that the proposed method is reversible and separable,and that its average embedding capacity is improved.For gray images with a size of 512×512,the average embedding capacity is increased by 25565 bits.For all smooth images with improved embedding capacity,the average embedding capacity is increased by about 35530 bits. 展开更多
关键词 Adaptive quadtree partitioning Adaptive most significant bit(MSB)prediction Reversible data hiding in encrypted images(RDH-EI) High embedding capacity
原文传递
Kinematic inventory of rock glaciers in the Nyainqentanglha Range using the MT-InSAR method
17
作者 Xuefei Zhang Min Feng +5 位作者 Jinhao Xu Dezhao Yan Jing Wang Xiaoqing Zhou Tao Li Xiang Zhang 《International Journal of Digital Earth》 SCIE EI 2023年第1期3923-3948,共26页
Rock glaciers are typical periglacial landforms with tongue or lobate morphological shapes and characterized by the distinct front,lateral margins,and often by ridge-and-furrow surface topography textures as well as k... Rock glaciers are typical periglacial landforms with tongue or lobate morphological shapes and characterized by the distinct front,lateral margins,and often by ridge-and-furrow surface topography textures as well as kinematic characteristics,widely distributed in alpine environments.Multitemporal Synthetic aperture radar interferometry(MT-InSAR),is a remote sensing technique with demonstrated effectiveness for detecting landform kinematics.However,its application to rock glaciers is challenged by temporal decorrelation and atmospheric phase noises due to complex topography and snow cover.We designed a quadtree segmentation and parallel computing-based MT-InSAR method to improve the quality and efficiency of deformation measurement of rock glaciers.We applied the method to a rock glacier inventory of the Nyainqentanglha Range,China,derived from high-resolution Gaofen-2 images,to quantify the activity rate of each rock glacier.Results showed that 32.1%(6,389)of the identified rock glaciers exhibited slope-parallel deformation rates exceeding 100 mm/y.The activities of the rock glaciers exhibited strong correlations with their distance to glaciers,precipitation,freeze-thaw magnitude,and permafrost occurrence probability.The results demonstrate the effectiveness of the developed segmentation-parallel MT-InSAR method for monitoring rock glacier deformation over a large region. 展开更多
关键词 Rock glacier MT-InSAR quadtree segmentation Nyaingentanglha KINEMATICS
原文传递
Hybrid Finite Element Method Based on Polygon-Quadtree Meshes for Heat Transfer and Thermal Elastic Analysis
18
作者 Lihui Wang Rui Zhang +1 位作者 Ran Guo Jiangbo Tao 《Acta Mechanica Solida Sinica》 SCIE EI CSCD 2023年第5期745-753,共9页
A steady-state thermal hybrid element model is proposed to calculate particle-reinforced composites divided by an improved quadtree mesh.The functional of hybrid flux finite element method(HF-FEM)is constructed using ... A steady-state thermal hybrid element model is proposed to calculate particle-reinforced composites divided by an improved quadtree mesh.The functional of hybrid flux finite element method(HF-FEM)is constructed using the weighted residual method.This functional independently assumes a heat flux field in the cell domain and a temperature field along cell boundaries.The construction of a universal heat flux function is put forward,which is approximated by a complete polynomial,and the temperature at the cell boundary is obtained by linear interpolation.Also,the hybrid stress finite element method(HS-FEM)is constructed to solve the thermal stress.In this paper,an improved quadtree grid that can accurately describe the shape of elliptical inclusions is built.By comparing several numerical examples with the traditional FEM,it is demonstrated that the hybrid element of the thermal analysis proposed in this paper is practical. 展开更多
关键词 Hybridflux method Hybrid thermal stress method Improved quadtree grid STEADY-STATE
原文传递
A non-uniform quadtree map building method including dead-end semantics extraction
19
作者 Xiuzhong Hu Guangming Xiong +4 位作者 Junyi Ma Gege Cui Quanfu Yu Shihao Li Zijie Zhou 《Green Energy and Intelligent Transportation》 2023年第2期17-28,共12页
To reduce the complexity of large-scene high-resolution maps while using the dead-end information distributed in the unmanned vehicle driving environment,we propose a novel non-uniform quadtree map-building method inc... To reduce the complexity of large-scene high-resolution maps while using the dead-end information distributed in the unmanned vehicle driving environment,we propose a novel non-uniform quadtree map-building method including dead-end semantic information extraction.By utilizing quadtree data structures,submaps and a positive-order tree depth organization approach,our proposed map can adapt to the large-scale high-resolution requirement and expand more easily to larger environments.To verify the practicality of our proposed map,we have successfully implemented map matching and path planning in real environments.Additionally,we effectively extract the dead-end semantic information that widely distributes in the environment,which can help unmanned vehicles avoid collisions and improve the search efficiency of the planning procedure.We evaluate our method with KITTI datasets,CARLA Simulator,and our self-collected real-world datasets.The experimental results show that our proposed method significantly reduces the complexity of large-scale high-resolution maps,effectively extracts dead-end semantic information,and has good practicality in real environments.The implementation of our method is released here:https://github.com/biter0088/Non-uniform-quadtree-map. 展开更多
关键词 Unmanned vehicles MAPPING Path planning QUADTREE DEAD-END
原文传递
Coupling of wave and current numerical model with unstructured quadtree grid for nearshore coastal waters 被引量:10
20
作者 ZHANG MingLiang WU WeiMing +1 位作者 LIN LiHua YU JiangNan 《Science China(Technological Sciences)》 SCIE EI CAS 2012年第2期568-580,共13页
This paper presents 2D wave-current interaction model for evaluating nearly horizontal wave-induced currents in the surf-zone and coastal waters.The hydrodynamic model is the two-dimensional depth-averaged nonlinear s... This paper presents 2D wave-current interaction model for evaluating nearly horizontal wave-induced currents in the surf-zone and coastal waters.The hydrodynamic model is the two-dimensional depth-averaged nonlinear shallow water equations by using an unstructured non-staggered and multiple-level quadtree rectangular mesh,this mesh information is stored in simple data structures and it is easy to obtain a locally high resolution for important region.The intercell fluxes are computed based on the HLL(Harten-Lax-van Leer) approximate Riemann solver with shock capturing capability for computing the dry-to-wet interface of coastal line.The effects of pressure and gravity are included in source term in the model,this treatment can simplify the computation and eliminate numerical imbalance between source and flux terms.The wave model readily provides the radiation stresses that represent the shortwave-averaged forces in a water column for the hydrodynamic model and the wave model takes into account the effect of wave-induced nearshore currents and water level.The coupling model is applied to verify different experimental cases and real life case of considering the wave-current interaction.The calculated results agree with analytical solution,experimental and field data.The results show that the modeling approach presented herein should be useful in simulating the nearshore processes in complicated natural coastal domains. 展开更多
关键词 wave-current interaction unstructured quadtree grid finite volume method HLL approximate Riemann solver waveaction spectral model
原文传递
上一页 1 2 下一页 到第
使用帮助 返回顶部