期刊文献+
共找到28篇文章
< 1 2 >
每页显示 20 50 100
一种基于邻域传播的水波模拟方法 被引量:8
1
作者 吴献 董兰芳 卢德唐 《中国科学技术大学学报》 CAS CSCD 北大核心 2010年第3期278-282,共5页
采用一种简化的物理模型描述水面,应用细胞自动机中邻域传播的思想,把水波控制方程转换为空间离散变量间相互作用,从而能够快速稳定地求解水表面的高度场.采用一种基于内外参数分离的控制策略,实时地调整参数,以实现各种水波形态的模拟... 采用一种简化的物理模型描述水面,应用细胞自动机中邻域传播的思想,把水波控制方程转换为空间离散变量间相互作用,从而能够快速稳定地求解水表面的高度场.采用一种基于内外参数分离的控制策略,实时地调整参数,以实现各种水波形态的模拟需要.最后,通过纹理投影的方法模拟水中光线反射与折射,以增加真实感效果.实验表明:该方法能够快速真实地模拟各种形态的水波运动. 展开更多
关键词 水波模拟 细胞自动机 N-S方程 控制策略
在线阅读 下载PDF
利用着色语言在虚拟场景中实现水波模拟
2
作者 胡业磊 《软件导刊》 2011年第5期46-49,共4页
水波模拟是虚拟场景真实感绘制的一项重要内容。归纳了水波模拟的原理和实现方式,出于实时绘制速度因素的考虑,应用高级着色语言通过开源图形引擎OGRE实现了利用可编程图形显示硬件来实现水波的绘制,效果较为真实,满足PC平台上虚拟场景... 水波模拟是虚拟场景真实感绘制的一项重要内容。归纳了水波模拟的原理和实现方式,出于实时绘制速度因素的考虑,应用高级着色语言通过开源图形引擎OGRE实现了利用可编程图形显示硬件来实现水波的绘制,效果较为真实,满足PC平台上虚拟场景实时绘制的需求。 展开更多
关键词 水波模拟 着色语言 顶点着色器 像素着色器 虚拟现实 OGRE
在线阅读 下载PDF
一种基于GPU的实时水波模拟方法 被引量:3
3
作者 姚志强 李建胜 +1 位作者 陈景伟 徐青 《测绘科学》 CSCD 北大核心 2008年第S1期92-94,共3页
大范围动态水面场景的实时三维仿真是虚拟海洋环境以及三维游戏中研究的难点和热点。由于水的动态性以及各种复杂的光照等效果,传统基于CPU的模拟很难达到实时交互的能力。近年来图形处理器(GPU)性能得到大幅度提高,尤其引人注意的是出... 大范围动态水面场景的实时三维仿真是虚拟海洋环境以及三维游戏中研究的难点和热点。由于水的动态性以及各种复杂的光照等效果,传统基于CPU的模拟很难达到实时交互的能力。近年来图形处理器(GPU)性能得到大幅度提高,尤其引人注意的是出现可编程特性,这使得人们可以充分利用GPU上提供的运算器来设计算法完成一定的任务。基于此,针对目前实时水波模拟的瓶颈及提倡的"解放CPU"(Offload CPU)的思想,本文对水波模拟的模型进行了研究,提出了一种基于GPU的水波模拟方法,充分利用GPU的并行运算及浮点运算能力.加快水面模拟的速度。文章给出了一定网格大小下,数量不同的点波源模拟水面的效果,并给出了单纯利用CPU和基于GPU两种方法的对比情况。 展开更多
关键词 图形处理单元 着色语言 水波模拟
原文传递
真实感水波的模拟 被引量:1
4
作者 邹清 费耀平 《小型微型计算机系统》 CSCD 北大核心 2008年第5期963-966,共4页
近年来,自然景物的模拟一直是计算机图形学领域最具挑战的问题之一,对水波的模拟正日益引起人们的关注.其中基于物理模型的方法由于是从水波现象本身进行较精确的描述,使之成为了最有力的模拟方法.但是现阶段基于此方法的水波模拟都侧... 近年来,自然景物的模拟一直是计算机图形学领域最具挑战的问题之一,对水波的模拟正日益引起人们的关注.其中基于物理模型的方法由于是从水波现象本身进行较精确的描述,使之成为了最有力的模拟方法.但是现阶段基于此方法的水波模拟都侧重于对水波的造型模拟,忽略了水波模拟另一关键问题—光影特效.本文在基于物理模型模拟进行水波造型的基础上,大胆结合了光影特效,对光照模型、水波折射现象及水波刻蚀现象分别进行了研究与实现,大大增强了水波模拟的真实性. 展开更多
关键词 水波模拟 物理模型 折射 水波刻蚀
在线阅读 下载PDF
基于3D Gerstner水波的实时模拟研究
5
作者 冯开平 刘涛 《工程图学学报》 CSCD 北大核心 2009年第5期53-57,共5页
简述了模拟水波的原理,使用面向对象方法对水波3D实时模拟系统进行了结构设计,给出了设计模式的结构图,提出了一个可复用的系统框架。详细介绍了使用HLSL对Gerstner水波进行编程的方法,实现了水波实时渲染的模拟并给出了关键的程序代码... 简述了模拟水波的原理,使用面向对象方法对水波3D实时模拟系统进行了结构设计,给出了设计模式的结构图,提出了一个可复用的系统框架。详细介绍了使用HLSL对Gerstner水波进行编程的方法,实现了水波实时渲染的模拟并给出了关键的程序代码。最后分析了使用Gerstner波进行水波模拟存在的不足并提出了改进建议。 展开更多
关键词 计算机应用 水波实时模拟 Gerstner波 实时渲染
在线阅读 下载PDF
河口、海岸的水波数值模拟
6
作者 陶建华 张恒 《人民珠江》 2007年第1期39-43,共5页
综合分析了河口、海岸中水波的数值模拟内容,介绍了几种典型的水波数学模型、数值技术、软件系统及其在河口、海岸中水波的数值模拟的应用实例。
关键词 水波数值模拟 数值模型 数值技术 软件系统 河口 海岸
在线阅读 下载PDF
水波涟漪的虚拟现实技术仿真 被引量:2
7
作者 郭淑俊 王恰恰 +2 位作者 张亚玲 王艳玲 刘海 《科技信息》 2013年第7期53-53,70,共2页
自然水波涟漪实时、逼真的仿真一直是计算机图形学中的难点,该文系统的提出了基于流体力学的水波涟漪的虚拟现实技术的仿真方法。首先建立无力影响下波源加入的水波模型,通过分析水波的扩散、衰减、衍射规律研究阻尼存在的现实状态下水... 自然水波涟漪实时、逼真的仿真一直是计算机图形学中的难点,该文系统的提出了基于流体力学的水波涟漪的虚拟现实技术的仿真方法。首先建立无力影响下波源加入的水波模型,通过分析水波的扩散、衰减、衍射规律研究阻尼存在的现实状态下水波的波形变化和传输范围,对水波涟漪进行逼真的模拟;然后建立在外力干扰条件下,水波的模型,包含水波受阻干扰后波形幅度的变化及传播区域的大小,结合拉格朗日法与欧拉法,运用OpenGL平台,对多个波源叠加干涉后的融合运动进行仿真;最后利用基于特殊几何实例的算法进行渲染,动态生成视点替用特效技术和混色处理技术,实现真实感渲染绘制的三维图形实时绘制,从而实现水波涟漪的虚拟现实技术仿真。 展开更多
关键词 水波模拟 流体力学 物理模型 OPENGL STABLE Fluid方法
在线阅读 下载PDF
常见三维场景中水面特效的模拟 被引量:3
8
作者 庄甘霖 陈秀宏 《计算机工程与科学》 CSCD 北大核心 2014年第4期746-750,共5页
针对常见三维场景中水面特效真实感与实时性较难平衡的现状,提出了一种基于Gerstner波模型的水面特效模拟方法。对振幅添加了随机扰动,使得波动更具有变化;在将叠加后Gerstner波分为大波与小波的基础上,通过改变不同类型波的参数可方便... 针对常见三维场景中水面特效真实感与实时性较难平衡的现状,提出了一种基于Gerstner波模型的水面特效模拟方法。对振幅添加了随机扰动,使得波动更具有变化;在将叠加后Gerstner波分为大波与小波的基础上,通过改变不同类型波的参数可方便地控制波形;最后引入反射率与透明度以适应不同的环境与水体。实验结果表明,新的模型不仅呈现出更加真实的水面特效,而且得到了比较理想的渲染速度。 展开更多
关键词 水面特效 水波模拟 Gerstner波 随机扰动 波形控制 反射率 透明度
在线阅读 下载PDF
基于真实能量衰减方程的水面特效模拟 被引量:1
9
作者 庄甘霖 陈秀宏 《计算机工程与设计》 CSCD 北大核心 2013年第6期2114-2118,共5页
针对现有水面特效模拟方法模拟常见三维场景中水面波动真实感较差的问题,提出了一种基于真实能量衰减Ger-stner波模型的水面特效模拟方法。对Gerstner波的数学模型和参数进行了分析,通过对真实水波传播过程中能量损耗的研究,引入衰减因... 针对现有水面特效模拟方法模拟常见三维场景中水面波动真实感较差的问题,提出了一种基于真实能量衰减Ger-stner波模型的水面特效模拟方法。对Gerstner波的数学模型和参数进行了分析,通过对真实水波传播过程中能量损耗的研究,引入衰减因子α,建立崭新的振幅随时间衰减的方程,将此方程代入Gerstner波模型模拟水波;引入反射率与透明度以适应不同的环境与水体。实验结果表明,该模型可以呈现更加真实的水面波动效果。 展开更多
关键词 水面特效 水波模拟 Gerstner波 能量衰减 水面光影
在线阅读 下载PDF
一种面向虚拟环境的真实感水波面建模算法 被引量:22
10
作者 李广鑫 丁振国 +1 位作者 詹海生 周利华 《计算机研究与发展》 EI CSCD 北大核心 2004年第9期1580-1585,共6页
给出了一种新型的模拟真实感水波面的建模算法 引入Perlin噪声作为水面高度场动态变化的激励源 ,依靠噪声的平滑特性来模拟水面连续动荡变化的效果 为了避免对每个水面网格点进行噪声计算 ,使用了准均匀B样条曲面来构造水波面 ,将噪声... 给出了一种新型的模拟真实感水波面的建模算法 引入Perlin噪声作为水面高度场动态变化的激励源 ,依靠噪声的平滑特性来模拟水面连续动荡变化的效果 为了避免对每个水面网格点进行噪声计算 ,使用了准均匀B样条曲面来构造水波面 ,将噪声施加于B样条曲面的特征控制点 ,间接地控制水面高度场 ,这样在不增加噪声计算量的情况下可以对水面进行高分辨率的细分 ,而B样条曲面的生成速度依靠图形硬件的加速功能得以保证 用独立于视点的CubeMap纹理映射技术模拟了水面的反射效果 ,用跟踪视向量对应的折射向量的方法模拟了折射效果 实践证明 。 展开更多
关键词 水波模拟 PERLIN噪声 B样条曲面
在线阅读 下载PDF
图像深度纹理在水波仿真建模中的应用研究
11
作者 韩莹 郭娜 《新一代信息技术》 2019年第18期6-11,共6页
在虚拟现实技术中,水景观真实感的仿真模拟是一个重要的研究内容。根据计算机生成图像技术的三维虚拟场景中模型的坐标信息,获取模型图像深度信息。文中在水体建模过程,计算水陆模型图像深度信息,结合基于纹理和基于构造的建模方法,实... 在虚拟现实技术中,水景观真实感的仿真模拟是一个重要的研究内容。根据计算机生成图像技术的三维虚拟场景中模型的坐标信息,获取模型图像深度信息。文中在水体建模过程,计算水陆模型图像深度信息,结合基于纹理和基于构造的建模方法,实现了一种水体透明渐变和颜色渐变的水仿真建模。实验表明这种方法能够比较真实的体现水体的实际特征,对水波的虚拟模拟提供一种逼真的建模方法。 展开更多
关键词 水波模拟 图像深度 透明渐变 虚拟仿真 深度纹理
在线阅读 下载PDF
基于Cg的Shader技术在视景系统开发中的应用研究 被引量:1
12
作者 李勋祥 孙亮 +1 位作者 陈定方 李文锋 《系统仿真学报》 EI CAS CSCD 北大核心 2007年第4期758-761,共4页
基于Cg的Shader技术是当今计算机图形领域中的前沿,结合显卡的硬件渲染技术,对视景系统中的水面流体特效如光照、HDR、凹凸纹理贴图等进行顶点与象素的编程,用极少的系统消耗实现了高性能的视觉仿真效果。和传统的mipmaping算法相比,采... 基于Cg的Shader技术是当今计算机图形领域中的前沿,结合显卡的硬件渲染技术,对视景系统中的水面流体特效如光照、HDR、凹凸纹理贴图等进行顶点与象素的编程,用极少的系统消耗实现了高性能的视觉仿真效果。和传统的mipmaping算法相比,采用基于Cg的Shader多重分辨纹理的技术可以大大减少多重细节变化所需的纹理数量,实现平滑的纹理细节级别变化。虚拟驾驶模拟器作为相关技术的解决方案和应用实例进行了介绍。 展开更多
关键词 CG语言 视景系统 水波模拟 多重分辨纹理
在线阅读 下载PDF
基于Cg的Shader在视景系统开发中的应用
13
作者 赵萍 陈定方 蒋云 《湖北工业大学学报》 2007年第3期65-67,共3页
采用基于Cg的Shader技术,对视景系统中的水面的流体特效和多重分辨纹理技术进行研究,并提供了相应的解决方案.
关键词 CG语言 水波模拟 多重分辨纹理
在线阅读 下载PDF
Analysis and application of the response characteristics of DLL and LWD resistivity in horizontal well 被引量:9
14
作者 胡松 李军 +1 位作者 郭洪波 王昌学 《Applied Geophysics》 SCIE CSCD 2017年第3期351-362,459,460,共14页
There exist different response characteristics in the resistivity measurements of dual laterolog (DLL) and logging while drilling (LWD) electromagnetic wave propagation logging in highly deviated and horizontal we... There exist different response characteristics in the resistivity measurements of dual laterolog (DLL) and logging while drilling (LWD) electromagnetic wave propagation logging in highly deviated and horizontal wells due to the difference in their measuring principles. In this study, we first use the integral equation method simulated the response characteristics of LWD resistivity and use the three dimensional finite element method (3D-FEM) simulated the response characteristics of DLL resistivity in horizontal wells, and then analyzed the response differences between the DLL and LWD resistivity. The comparative analysis indicated that the response differences may be caused by different factors such as differences in the angle of instrument inclination, anisotropy, formation interface, and mud intrusion. In the interface, the curves of the LWD resistivity become sharp with increases in the deviation while those of the DLL resistivity gradually become smooth. Both curves are affected by the anisotropy although the effect on DLL resistivity is lower than the LWD resistivity. These differences aid in providing a reasonable explanation in the horizontal well. However, this can also simultaneously lead to false results. At the end of the study, we explain the effects of the differences in the interpretation of the horizontal well based on the results and actual data analysis. 展开更多
关键词 response characteristic dual laterolog LWD resistivity horizontal well numerical modeling
在线阅读 下载PDF
动态水域仿真技术的研究和实现
15
作者 张丹 《科技资讯》 2011年第22期5-5,共1页
在图形学领域,人们一直试图利用计算机再现周围的真实世界,然而现实世界虽然看上去简单,却极其复杂。对于一些自然现象,人们可以采用过程描述的方式来获得某种特定的效果,但是对于有些现象人们无法找到一个简单的模型来描述它,这个时候... 在图形学领域,人们一直试图利用计算机再现周围的真实世界,然而现实世界虽然看上去简单,却极其复杂。对于一些自然现象,人们可以采用过程描述的方式来获得某种特定的效果,但是对于有些现象人们无法找到一个简单的模型来描述它,这个时候只有去追溯该现象本身的物理根源,只有借助其本身较为精确的物理描述才能真实再现其外在的视觉现象。 展开更多
关键词 虚拟现实 仿真 OPENGL 正弦波 水波模拟
在线阅读 下载PDF
Freak wave simulation based on nonlinear model and the research on the time-frequency energy spectrum of simulation results
16
作者 崔成 张宁川 李靖波 《Marine Science Bulletin》 CAS 2011年第1期25-39,共15页
VOF (volume of fluid) method has been used to make the numerical simulation of freak wave come true. The comparisons between the numerical results and linear theoretical results corresponding to Eq.(5) have been c... VOF (volume of fluid) method has been used to make the numerical simulation of freak wave come true. The comparisons between the numerical results and linear theoretical results corresponding to Eq.(5) have been carried out to show that the numerical results have a better exhibition of nonlinear characteristics. Wavelet analysis method has been adopted to investigate the time-frequency energy spectrum of simulation freak waves and the results reveal strong nonlinear interaction enables energy to be transferred to high harmonics during the progress of its formation. Varying water depth can enhance the nonlinear interaction, making much more energy be transferred to high harmonics and freak waves with higher asymmetry be generated. 展开更多
关键词 freak wave numerical simulation wavelet analysis varying water depthtime-frequency energy spectrum
在线阅读 下载PDF
Green-Naghdi Theory,Part A:Green-Naghdi(GN) Equations for Shallow Water Waves 被引量:3
17
作者 William C. Webster Wenyang Duan Binbin Zhao 《Journal of Marine Science and Application》 2011年第3期253-258,共6页
In this work, Green-Naghdi (GN) equations with general weight functions were derived in a simple way. A wave-absorbing beach was also considered in the general GN equations. A numerical solution for a level higher t... In this work, Green-Naghdi (GN) equations with general weight functions were derived in a simple way. A wave-absorbing beach was also considered in the general GN equations. A numerical solution for a level higher than 4 was not feasible in the past with the original GN equations. The GN equations for shallow water waves were simplified here, which make the application of high level (higher than 4) equations feasible. The linear dispersion relationships of the first seven levels were presented. The accuracy of dispersion relationships increased as the level increased. Level 7 GN equations are capable of simulating waves out to wave number times depth kd 〈 26. Numerical simulation of nonlinear water waves was performed by use of Level 5 and 7 GN equations, which will be presented in the next paper. 展开更多
关键词 Green-Naghdi (GN) equations dispersion relation wave-absorbing beach shallow-water waves
在线阅读 下载PDF
Reflection and Transmission of the Level Step to the Waves in a Linear and Continuous Layer Liquid
18
作者 TAN Xiao-ning LI Qiang 《Journal of China University of Mining and Technology》 EI 2006年第4期448-451,共4页
The reflection and transmission of the level step to the water waves in the linear and continuous layer liquid were studied in this paper. Based on the matching method of the eigenfunction and a Boussinesq approximati... The reflection and transmission of the level step to the water waves in the linear and continuous layer liquid were studied in this paper. Based on the matching method of the eigenfunction and a Boussinesq approximation, the analytical expression of the diffraction was obtained and the computing methods of the reflection and transmission en- ergy of the level step were proposed. For the incident wave with a frequency greater than that of the flotage, there is only one mode of plane traveling wave in the flow field. In the range of this greater frequency, the linear and continuous delamination effect will affect the reflection and transmission energy of the floating rectangular box. When the fre- quency of the incident wave is less than the flotage frequency, the energy of the plane traveling wave with infinite modes in the flow field will change into the energy of different modes for each incident wave of different modes. 展开更多
关键词 continuous linear flow level step internal wave modes reflection energy transmission energy
在线阅读 下载PDF
Testing of NAPL simulator to predict migration of a light nonaqueous phase liquid(LNAPL) under water table fluctuation in a sandy medium 被引量:3
19
作者 周劲风 李雁 +1 位作者 徐军 M.Kamon 《Journal of Central South University》 SCIE EI CAS 2014年第1期317-325,共9页
Nanoqueous phase liquid(NAPL) simulator is a powerful and popular mathematical model for modeling the flow and transport of non-aqueous phase liquids in subsurface,but the testing of its feasibility under water table ... Nanoqueous phase liquid(NAPL) simulator is a powerful and popular mathematical model for modeling the flow and transport of non-aqueous phase liquids in subsurface,but the testing of its feasibility under water table fluctuation has received insufficient attention.The feature in a column test was tested through two cycles of water table fluctuation.The sandy medium in the column was initially saturated,and each cycle of water table fluctuation consisted of one water table falling and one rising,resulting in a drainage and an imbibition of the medium,respectively.It was found that the difference between the simulated and measured results in the first drainage of the column test was minor.However,with the propagation of the water table fluctuations,the simulation errors increased,and the simulation accuracy was not acceptable except for the first drainage in the two fluctuation cycles.The main reason was proved to be the estimation method of residual saturation used in this simulator.Also,based on the column tests,it was assumed that the resulting residual saturation from an incomplete imbibition process was a constant,with a value equal to that of the residual value resulting from the main imbibition process.The results obtained after modifying NAPL simulator with this assumption were found to be more accurate in the first cycle of water table fluctuation,but this accuracy decreased rapidly in the second one.It is concluded that NAPL simulator is not adequate in the case of LNAPL migration under water table fluctuation in sandy medium,unless a feasible assumption to estimate residual saturation is put forward. 展开更多
关键词 light non-aqueous phase liquid (LNAPL) saturation-capillary pressure relation electrical conductivity probe simulation
在线阅读 下载PDF
Numerical Simulation of Water Wave Propagation and Transformation
20
作者 赵西增 《Journal of Marine Science and Application》 2010年第4期363-371,共9页
A numerical approach was performed to predict the propagation and transformation of nonlinear water waves. A numerical wave flume was developed based on the non-periodic high-order spectral (HOS) method. The flume was... A numerical approach was performed to predict the propagation and transformation of nonlinear water waves. A numerical wave flume was developed based on the non-periodic high-order spectral (HOS) method. The flume was applied to analyze the effect of wave steepness and wavelength on the propagation of nonlinear waves. The results show that for waves of low steepness, the wave profile and the wave energy spectrum are stable, and that the propagation can be predicted by the linear wave theory. For waves of moderate steepness and steep waves, the effects associated with the interactions between waves in a wave group become significant and a train of initially sinusoidal waves may drastically change its form within a short distance from its original position. 展开更多
关键词 nonlinear wave high-order spectral method wave maker boundary additional potential regular wave
在线阅读 下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部