Welcome![Sign In][Sign Up]
Location:
Search - fluid solver

Search list

[OpenGL programstablefluids_source.tar

Description: This realtime fluid simulator is based on Jos Stam s paper \"stable fluids\". It allows interactive control of fluids (including gases). A simple editor is included, although the main aspect lies on the implementation of the solver. It is written in C++ using Qt and OpenGL. The solver core is independent of third party libraries and should compile on all platforms that support C++.
Platform: | Size: 403108 | Author: yuyi | Hits:

[Windows DevelopFluidSolvr1

Description: My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
Platform: | Size: 8018 | Author: williams1113 | Hits:

[OpenGL programstablefluids_source.tar

Description: This realtime fluid simulator is based on Jos Stam s paper "stable fluids". It allows interactive control of fluids (including gases). A simple editor is included, although the main aspect lies on the implementation of the solver. It is written in C++ using Qt and OpenGL. The solver core is independent of third party libraries and should compile on all platforms that support C++. -This realtime fluid simulator is based on Jos Stam s paper stable fluids. It allows interactive control of fluids (including gases). A simple editor is included, although the main aspect lies on the implementation of the solver.It is written in C+ 2B ! using Qt and OpenGL. The solver core is independent of third party libraries and should compile on all platforms that support C++.
Platform: | Size: 403456 | Author: yuyi | Hits:

[OpenGL programtest1

Description: 实现Jos Stam 的<<Real-Time Fluid Dynamics for Games>>的源程序。也是2D烟雾模拟(基于物理模型)的重要参考程序。-Jos Stam realize the
Platform: | Size: 265216 | Author: 务实者 | Hits:

[Windows DevelopFluidSolvr1

Description: My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor -My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
Platform: | Size: 196608 | Author: | Hits:

[OpenGL programSimAndRender_01

Description: max里的解算流体计算和渲染脚本。使用max加载脚本代码运行。-max fluid solver in the computing and rendering scripts. The use of script code to run load max.
Platform: | Size: 9216 | Author: 008c | Hits:

[2D GraphicCDROM_GDC03

Description: 该程序为图形学中流体领域的大牛Jos stam于2003年公开发布的一个关于流体求解程序,其中就包含其半拉格朗日算法的实现。该程序为二维,相信读者拓展到三维是很容易的。-The program for the graphics in the field of fluid Daniudi Jos stam in 2003 published a fluid solver, which contains the semi-Lagrangian algorithm implementation. The program for two-dimensional, three-dimensional extended to trust the reader is very easy.
Platform: | Size: 63488 | Author: rockeyzhu | Hits:

[Game EngineReal_Time_Fluid_Dynamics_for_Games.

Description: 这篇论文介绍了一种简单快速的动态流体的解决方案应用于游戏引擎。-In this paper we present a simple and rapid implementation of a fluid dynamics solver for game engines. Our tools can greatly enhance games by providing realistic fluid-like effects such as swirling smoke past a moving character. The potential applications are endless. Our algorithms are based on the physical equations of fluid flow, namely the Navier-Stokes equations. These equations are notoriously hard to solve when strict physical accuracy is of prime importance. Our solvers on the other hand are geared towards visual quality. Our emphasis is on stability and speed, which means that our simulations can be advanced with arbitrary time steps. We also demonstrate that our solvers are easy to code by providing a complete C code implementation in this paper. Our algorithms run in real-time for reasonable grid sizes in both two and three dimensions on standard PC hardware, as demonstrated during the presentation of this paper at the conference.
Platform: | Size: 964608 | Author: li | Hits:

[AlgorithmFLOW5

Description: 一个用fortran90编写有限元流体求解器,包括使用源代码,输出文件和单元文件,推荐学习使用-Prepared using a finite element fluid fortran90 solver, including the use of source code, the output file and the unit document and recommend learning to use
Platform: | Size: 41984 | Author: 吕枫 | Hits:

[3D Graphicgpgpu_fluid

Description: fluid solver in by graphic accelerated hardware
Platform: | Size: 3788800 | Author: hierro | Hits:

[source in ebookhyper_eul

Description: Toro的经典书 "Riemann Solvers and Numerical Methods for Fluid Dynamics" 中的算例程序。该程序求解二维笛卡尔网格下的理想气体欧拉方程程序。采用TVD格式与HLLC的近似黎曼解相结合,二维处理采用维数分裂,求解扩张一维问题。6种通量限制器可供选择。- to solve the two-dimensional Euler equations for an ideal gas on a Cartesian quadrilateral domain using the TVD WAF method in conjunction with the HLLC approximate Riemann solver and dimensional splitting. A selection of 6 limiter functions is available
Platform: | Size: 9216 | Author: GSD | Hits:

[AlgorithmRiemann_exact_lixl_v1.0

Description: 流体力学的黎曼求解器。给出精确的NS方程的黎曼解-Fluid Riemann solver. Give an accurate solution of NS equations of the Riemann
Platform: | Size: 3072 | Author: q | Hits:

[Algorithm2dc

Description: 直角坐标中用有限容积法、同位网格上计算二维对流-扩散方程的程序及其后处理程序,对流项采用迎风格式,扩散项采用中心差分,可选用三种求解方式,包括x或y方向的线迭代和不完全LU分解。-This package contains several computer codes for solving two-dimensional heat and fluid flow problems using Cartesian grids. The upwind or central differences is applied for convective fluxes and central differences is applied for diffusive fluxes,three solvers are used including line-by-line TDMA along X or Y direction, or ILU solver after Stone.
Platform: | Size: 52224 | Author: shenshuanglin | Hits:

[AlgorithmNND-scheme-solver

Description: 计算流体力学大作业之一:一维标量问题的CFD求解,格式为NND;C语言代码。-Computational Fluid Dynamics of operations, one: the one-dimensional scalar CFD solver, the format of the NND C language code.
Platform: | Size: 2048 | Author: king | Hits:

[AlgorithmLBM-C-0.1

Description: LBM-C is a lattice Boltzmann 2D and 3D fluid flow solver implemented using nVidia s CUDA platform. LBM-C is written in CUDA C and is licensed under GPL v2, you are invited to use, alter and improve upon LBM-C at your own discretion.
Platform: | Size: 1894400 | Author: ass | Hits:

[matlablixiangshiliuyouxianyuanqiujie

Description: 理想流体势流的有限元求解程序,简单易懂,适合初学者对该方法编程的一个初步认识,程序内有详细的注释-Potential flow of ideal fluid finite element solver, easy to understand, this method is suitable for beginners programming a preliminary understanding of the program with detailed notes
Platform: | Size: 7168 | Author: xszhang | Hits:

[transportation applicationssolver

Description: 在计算流体力学中,用来求解边界层方程,得到流体参数分布。-In CFD is used to solve the boundary layer equations to obtain fluid parameter distribution.
Platform: | Size: 1024 | Author: zph | Hits:

[AlgorithmsolverDcasas

Description: Fluid solver multiphase flow
Platform: | Size: 49152 | Author: dcasasnov2 | Hits:

[matlabEFG-solver

Description: 理想流体势无网格伽辽金法二维程序,EFG法-Ideal fluid Potential free Galerkin method D program, EFG method
Platform: | Size: 7168 | Author: liu | Hits:

[OtherRiemann solver

Description: This book can also be used as a teaching aid. Academics involved in the teaching of numerical methods may find this work a useful reference book. Selected chapters or sections may well form the bases for a final year undergraduate course on numerical methods for PDEs. In a mathematics or computer science department, the contents may include: some sections of chapter 1, chapters 2, 5, 13, some sections of chapter 14, chapter 15 and some sections of chapter 16. In a department of engineering or physics, one may include chapters 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16 and 17. A postgraduate course may involve most of the contents of this book, assuming perhaps a working knowledge of compressible fluid dynamics. Short courses for training engineers and scientists in industry and research laboratories can also be based on most of the contents of this book.
Platform: | Size: 22997070 | Author: 15901160195@163.com | Hits:
« 12 »

CodeBus www.codebus.net