<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GPGPU &#187; Tag: Fluid Simulation :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/fluid-simulation/feed" rel="self" type="application/rss+xml" />
	<link>http://gpgpu.org</link>
	<description>General-Purpose Computation on Graphics Hardware</description>
	<lastBuildDate>Tue, 22 May 2012 08:44:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Wall Orientation and Shear Stress in the Lattice Boltzmann Model</title>
		<link>http://gpgpu.org/2012/03/16/wall-orientation-and-shear-stress-in-the-lattice-boltzmann-model</link>
		<comments>http://gpgpu.org/2012/03/16/wall-orientation-and-shear-stress-in-the-lattice-boltzmann-model#comments</comments>
		<pubDate>Fri, 16 Mar 2012 06:15:12 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Hemodynamics]]></category>
		<category><![CDATA[Lattice Boltzmann Method]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4579</guid>
		<description><![CDATA[Abstract: The wall shear stress is a quantity of profound importance for clinical diagnosis of artery diseases. The lattice Boltzmann is an easily parallelizable numerical method of solving the flow problems, but it suffers from errors of the velocity field near the boundaries which leads to errors in the wall shear stress and normal vectors [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>The wall shear stress is a quantity of profound importance for clinical diagnosis of artery diseases. The lattice Boltzmann is an easily parallelizable numerical method of solving the flow problems, but it suffers from errors of the velocity field near the boundaries which leads to errors in the wall shear stress and normal vectors computed from the velocity. In this work we present a simple formula to calculate the wall shear stress in the lattice Boltzmann model and propose to compute wall normals, which are necessary to compute the wall shear stress, by taking the weighted mean over boundary facets lying in a vicinity of a wall element. We carry out several tests and observe an increase of accuracy of computed normal vectors over other methods in two and three dimensions. Using the scheme we compute the wall shear stress in an inclined and bent channel fluid flow and show a minor influence of the normal on the numerical error, implying that that the main error arises due to a corrupted velocity field near the staircase boundary. Finally, we calculate the wall shear stress in the human abdominal aorta in steady conditions using our method and compare the results with a standard finite volume solver and experimental data available in the literature. Applications of our ideas in a simplified protocol for data preprocessing in medical applications are discussed.</p></blockquote>
<p>(Maciej Matyka, Zbigniew Koza, Łukasz Mirosław: <em>&#8220;Wall Orientation and Shear Stress in the Lattice Boltzmann Model&#8221;</em>, Preprint, 2012. [<a title="Link to paper on arXiv.org" href="http://arxiv.org/abs/1203.3078v1" target="_blank">arXiv</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/03/16/wall-orientation-and-shear-stress-in-the-lattice-boltzmann-model/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CUDA implementation of the method of lines for the curvature dependent flows</title>
		<link>http://gpgpu.org/2012/03/12/method-of-lines-curvature-dependent-flows</link>
		<comments>http://gpgpu.org/2012/03/12/method-of-lines-curvature-dependent-flows#comments</comments>
		<pubDate>Mon, 12 Mar 2012 06:56:27 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Numerical Algorithms]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Performance Modeling]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4555</guid>
		<description><![CDATA[Abstract: We study the use of a GPU for the numerical approximation of the curvature dependent flows of graphs – the mean-curvature flow and the Willmore flow. Both problems are often applied in image processing where fast solvers are required. We approximate these problems using the complementary finite volume method combined with the method of [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>We study the use of a GPU for the numerical approximation of the curvature dependent flows of graphs – the mean-curvature flow and the Willmore flow. Both problems are often applied in image processing where fast solvers are required. We approximate these problems using the complementary finite volume method combined with the method of lines. We obtain a system of ordinary differential equations which we solve by the Runge–Kutta–Merson solver. It is a robust solver with an automatic choice of the integration time step. We implement this solver on CPU but also on GPU using the CUDA toolkit.  We demonstrate that the mean-curvature flow can be successfully approximated in single precision arithmetic with the speed-up almost 17 on the Nvidia GeForce GTX 280 card compared to Intel Core 2 Quad CPU. On the same card, we obtain the speed-up 7 in double precision arithmetic which is necessary for the fourth order problem – the Willmore flow of graphs. Both speed-ups were achieved without affecting the accuracy of the approximation. The article is structured in such way that the reader interested only in the implementation of the Runge–Kutta–Merson solver on the GPU can skip the sections containing the mathematical formulation of the problems.</p></blockquote>
<p>(Oberhuber T., Suzuki A., Žabka V.: <em>&#8220;The CUDA implementation of the method of lines for the curvature dependent flows&#8221;</em>, Kybernetika 47(2):251&#8211;272, 2011. [<a href="http://geraldine.fjfi.cvut.cz/~oberhuber/data/vyzkum/publikace/11-oberhuber-suzuki-zabka-mean-crv-flow-in-cuda.pdf" target="_blank">PDF</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/03/12/method-of-lines-curvature-dependent-flows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpeedIT 2.0 released</title>
		<link>http://gpgpu.org/2012/02/24/speedit-2-0</link>
		<comments>http://gpgpu.org/2012/02/24/speedit-2-0#comments</comments>
		<pubDate>Fri, 24 Feb 2012 06:55:07 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Numerical Algorithms]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4520</guid>
		<description><![CDATA[SpeedIT 2.0 and the SpeedIT plugin to OpenFOAM have been released. New features include: One of the fastest Sparse Matrix Vector Multiplication worldwide. Faster Conjugate Gradient and BiConjugate Gradient solvers. State-of-the-art CMRS format for storing sparse matrices. The format requires less memory than CRS or HYB (from CUSPARSE and CUSP). Faster acceleration in OpenFOAM (Computational [...]]]></description>
			<content:encoded><![CDATA[<p><a title="link to company web site" href="http://speed-it.vratis.com" target="_blank">SpeedIT 2.0</a> and the SpeedIT plugin to OpenFOAM have been released. New features include:</p>
<ul>
<li>One of the fastest Sparse Matrix Vector Multiplication worldwide.</li>
<li>Faster Conjugate Gradient and BiConjugate Gradient solvers.</li>
<li>State-of-the-art CMRS format for storing sparse matrices. The format requires less memory than CRS or HYB (from CUSPARSE and CUSP).</li>
<li>Faster acceleration in OpenFOAM (Computational Fluid Dynamics).</li>
</ul>
<p>More information is available at <a href="http://speed-it.vratis.com/" target="_blank">http://speed-it.vratis.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/02/24/speedit-2-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU and APU computations of Finite Time Lyapunov Exponent fields</title>
		<link>http://gpgpu.org/2012/02/01/lyapunov-exponent-fields</link>
		<comments>http://gpgpu.org/2012/02/01/lyapunov-exponent-fields#comments</comments>
		<pubDate>Wed, 01 Feb 2012 07:00:09 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[APU]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4433</guid>
		<description><![CDATA[We present GPU and APU accelerated computations of Finite-Time Lyapunov Exponent (FTLE) fields. The calculation of FTLEs is a computationally intensive process, as in order to obtain the sharp ridges associated with the Lagrangian Coherent Structures an extensive resampling of the flow field is required. The computational performance of this resampling is limited by the [...]]]></description>
			<content:encoded><![CDATA[<p>We present GPU and APU accelerated computations of Finite-Time Lyapunov Exponent (FTLE) fields. The calculation of FTLEs is a computationally intensive process, as in order to obtain the sharp ridges associated with the Lagrangian Coherent Structures an extensive resampling of the flow field is required. The computational performance of this resampling is limited by the memory bandwidth of the underlying computer architecture. The present technique harnesses data-parallel execution of many-core architectures and relies on fast and accurate evaluations of moment conserving functions for the mesh to particle interpolations. We demonstrate how the computation of FTLEs can be efficiently performed on a GPU and on an APU through OpenCL and we report over one order of magnitude improvements over multi-threaded executions in FTLE computations of bluff body flows. (Conti C., Rossinelli D., Koumoutsakos P., <em><a href="http://www.sciencedirect.com/science/article/pii/S0021999111006322">GPU and APU computations of Finite Time Lyapunov Exponent fields</a></em>, Journal of Computational Physics, 231(5):2229–2244, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/02/01/lyapunov-exponent-fields/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symscape Releases Caedium v3.0 with GPU Support</title>
		<link>http://gpgpu.org/2011/10/20/symscape-caedium-v3-0</link>
		<comments>http://gpgpu.org/2011/10/20/symscape-caedium-v3-0#comments</comments>
		<pubDate>Thu, 20 Oct 2011 10:46:33 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4056</guid>
		<description><![CDATA[The latest release of Symscape&#8217;s Caedium (v3.0) now has support for CFD simulations using NVIDIA CUDA GPU devices on Windows and Linux. Caedium is an integrated simulation environment that targets Computational Fluid Dynamics (CFD). The GPU support is provided by Symscape&#8217;s ofgpu linear solver library for OpenFOAM®. For more details see: http://www.symscape.com/news/hybrid-cfd-modeling-cloud-computing]]></description>
			<content:encoded><![CDATA[<p>The latest release of Symscape&#8217;s Caedium (v3.0) now has support for CFD simulations using NVIDIA CUDA GPU devices on Windows and Linux. Caedium is an integrated simulation environment that targets Computational Fluid Dynamics (CFD). The GPU support is provided by Symscape&#8217;s ofgpu linear solver library for OpenFOAM®. For more details see:<br />
<a href="http://www.symscape.com/news/hybrid-cfd-modeling-cloud-computing" target="_blank">http://www.symscape.com/news/hybrid-cfd-modeling-cloud-computing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/10/20/symscape-caedium-v3-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU Linear Solvers for OpenFOAM</title>
		<link>http://gpgpu.org/2011/05/04/gpu-linear-solvers-for-openfoam</link>
		<comments>http://gpgpu.org/2011/05/04/gpu-linear-solvers-for-openfoam#comments</comments>
		<pubDate>Wed, 04 May 2011 10:14:40 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Numerical Algorithms]]></category>
		<category><![CDATA[OpenFOAM]]></category>
		<category><![CDATA[Physics Simulation]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3514</guid>
		<description><![CDATA[ofgpu is a free GPL library from Symscape that provides GPU linear solvers for OpenFOAM®. The experimental library targets NVIDIA CUDA devices on Windows, Linux, and (untested) Mac OS X. It uses the Cusp library&#8217;s Krylov solvers to produce equivalent GPU (CUDA-based) versions of the standard OpenFOAM linear solvers: PCG &#8211; Preconditioned conjugate gradient solver [...]]]></description>
			<content:encoded><![CDATA[<p>ofgpu is a free GPL library from Symscape that provides GPU linear solvers for OpenFOAM®. The experimental library targets NVIDIA CUDA devices on Windows, Linux, and (untested) Mac OS X. It uses the Cusp library&#8217;s Krylov solvers to produce equivalent GPU (CUDA-based) versions of the standard OpenFOAM linear solvers:</p>
<ul>
<li>PCG &#8211; Preconditioned conjugate gradient solver for symmetric matrices (e.g., p)</li>
<li>PBiCG &#8211; Preconditioned biconjugate gradient solver for asymmetric matrices (e.g., Ux, k)</li>
</ul>
<p>ofgpu also has support for the OpenFOAM preconditioners:</p>
<ul>
<li>no</li>
<li>diagonal</li>
</ul>
<p>For more details see <a href="http://www.symscape.com/gpu-openfoam">&#8220;GPU Linear Solver Library for OpenFOAM&#8221;</a>. OpenFOAM is a registered trademark of OpenCFD and is unaffiliated with Symscape.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/05/04/gpu-linear-solvers-for-openfoam/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating Power Flow studies on Graphics Processing Unit</title>
		<link>http://gpgpu.org/2011/03/29/power-flow-studies</link>
		<comments>http://gpgpu.org/2011/03/29/power-flow-studies#comments</comments>
		<pubDate>Wed, 30 Mar 2011 00:53:00 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3367</guid>
		<description><![CDATA[Abstract: In this paper, we present the design of Power Flow algorithm that has enhanced performance on the Graphics Processing Unit (GPU) using Compute Unified Device Architecture (CUDA). This work investigates the performance of optimized CPU versions of Newton-Raphson (Polar form) and Gauss-Jacobi power flow algorithms, highlights the approach used to reduce the computation time [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>In this paper, we present the design of Power Flow algorithm that has enhanced performance on the Graphics Processing Unit (GPU) using Compute Unified Device Architecture (CUDA). This work investigates the performance of optimized CPU versions of Newton-Raphson (Polar form) and Gauss-Jacobi power flow algorithms, highlights the approach used to reduce the computation time by performing these studies on massively parallel GPU cores. Simulations results demonstrate the significant acceleration of the GPU version compared to its CPU variant, thus reducing processing time making them suitable for real-time online dispatching purposes.</p></blockquote>
<p>(Singh, J. and Aruni, I.: <em>&#8220;Accelerating Power Flow studies on Graphics Processing Unit&#8221;</em>, Proceedings of the Annual IEEE India Conference 2010 (INDICON), pp 1-5, Dec. 2010. [<a href="http://dx.doi.org/10.1109/INDCON.2010.5712651 " target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/03/29/power-flow-studies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multicore/Multi-GPU Accelerated Simulations of Multiphase Compressible Flows Using Wavelet Adapted Grids</title>
		<link>http://gpgpu.org/2011/03/29/multiphase-compressible-flow</link>
		<comments>http://gpgpu.org/2011/03/29/multiphase-compressible-flow#comments</comments>
		<pubDate>Wed, 30 Mar 2011 00:36:41 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Heterogeneneous Computing]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[wavelets]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3373</guid>
		<description><![CDATA[Abstract: We present a computational method of coupling average interpolating wavelets with high-order finite volume schemes and its implementation on heterogeneous computer architectures for the simulation of multiphase compressible flows. The method is implemented to take advantage of the parallel computing capabilities of emerging heterogeneous multicore/multi-GPU architectures. A highly efficient parallel implementation is achieved by [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>We present a computational method of coupling average interpolating wavelets with high-order finite volume schemes and its implementation on heterogeneous computer architectures for the simulation of multiphase compressible flows. The method is implemented to take advantage of the parallel computing capabilities of emerging heterogeneous multicore/multi-GPU architectures. A highly efficient parallel implementation is achieved by introducing the concept of wavelet blocks, exploiting the task-based parallelism for CPU cores, and by managing asynchronously an array of GPUs by means of OpenCL. We investigate the comparative accuracy of the GPU and CPU based simulations and analyze their discrepancy for two-dimensional simulations of shock-bubble interaction and Richtmeyer–Meshkov instability. The results indicate that the accuracy of the GPU/CPU heterogeneous solver is competitive with the one that uses exclusively the CPU cores. We report the performance improvements by employing up to 12 cores and 6 GPUs compared to the single-core execution. For the simulation of the shock-bubble interaction at Mach 3 with two million grid points, we observe a 100-fold speedup for the heterogeneous part and an overall speedup of 34.</p></blockquote>
<p>(Rossinelli D., Hejazialhosseini B., Spampinato D., Koumoutsakos P.: <em>&#8220;Multicore/Multi-GPU Accelerated Simulations of Multiphase Compressible Flows Using Wavelet Adapted Grids&#8221;</em>, SIAM Journal of Scientific Computing 33:512-540, 2011 [<a href="http://dx.doi.org/10.1137/100795930" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/03/29/multiphase-compressible-flow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACUSIM Software Releases Latest Version of AcuSolve CFD Solver</title>
		<link>http://gpgpu.org/2010/10/27/acusolve-cfd-solver</link>
		<comments>http://gpgpu.org/2010/10/27/acusolve-cfd-solver#comments</comments>
		<pubDate>Wed, 27 Oct 2010 06:12:09 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[CfD]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Fluid-Structure Interaction]]></category>
		<category><![CDATA[Physics Simulation]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2895</guid>
		<description><![CDATA[From a recent press release: ACUSIM Software, Inc., a leader in computational fluid dynamics (CFD) technology and solutions, today announced the immediate availability of AcuSolve™ 1.8, the latest version of ACUSIM’s leading general-purpose, finite-element based CFD solver. ACUSIM will demonstrate AcuSolve 1.8 during two free webinars, taking place at 9:30 a.m. – 10:30 a.m. ET [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2904" class="wp-caption alignright" style="width: 210px"><a href="http://gpgpu.org/wp/wp-content/uploads/2010/10/cylbar04_03_vort_s.jpg"><img class="size-full wp-image-2904" title="cylbar04_03_vort_s" src="http://gpgpu.org/wp/wp-content/uploads/2010/10/cylbar04_03_vort_s.jpg" alt="ACUSim vortex shedding" width="200" height="131" /></a><p class="wp-caption-text">ACUSim vortex shedding</p></div>
<p>From a recent press release:</p>
<blockquote><p><a href="http://www.acusim.com/">ACUSIM Software, Inc.</a>, a leader in computational fluid dynamics (CFD) technology and solutions, today announced the immediate availability of <a href="http://www.acusim.com/html/acusolve.html">AcuSolve</a>™ 1.8, the latest version of ACUSIM’s leading general-purpose, finite-element based CFD solver. ACUSIM will demonstrate AcuSolve 1.8 during two free webinars, taking place at 9:30 a.m. – 10:30 a.m. ET and 6:30 p.m. – 7:30 p.m. ET, on Oct. 26, 2010, at <a href="http://www.acusim.com/html/events.html">http://www.acusim.com/html/events.html</a>.</p>
<p>Used by designers and research engineers with all levels of expertise, AcuSolve is highly differentiated by its accelerated speed, robustness, accuracy and multiphysics/multidisciplinary capabilities. Contributing to its robustness is the product’s Galerkin/Least-Square (GLS) finite element formulation and novel iterative linear equation solver for the fully coupled equation system. The combination of these two powerful technologies provides a highly stable and efficient solver, capable of handling unstructured meshes with tight boundary layers automatically generated from complex industrial geometries.<span id="more-2895"></span></p>
<p>“ACUSIM’s products are known for their advanced solver technology including Fluid-Structure Interaction solutions,” said Dr. Farzin Shakib, founder and CEO of ACUSIM Software. “While continuously adding to its core technology, the latest version of AcuSolve is concentrated on providing customers with ease of use and CAE automation to solve mission critical problems in a more efficient and timely fashion.”</p>
<p>AcuSolve 1.8 users will experience improvements and new features in the core technology and pre-processing and post-processing phases. These enhancements include:</p>
<ul>
<li><strong>Core Technology:</strong>
<ul>
<li>Enriched simulation capabilities of ACUSIM’s leading Fluid-Structure Interaction (FSI) technology with added interface to MD Nastran</li>
<li>Extended Arbitrary Lagrangian Eulerian (ALE) Formulation to handle compressible flows with large density variation and mesh motion</li>
<li>Anisotropic thermal conductivity</li>
<li>Improved Free Surface Technology with the addition of multi-iterative coupling based nonlinear update solver</li>
<li>New Algebraic Multi-Grid (AMG) Technology for faster flow convergence and optimized linear solver performance</li>
<li>Support for GPU acceleration based on NVIDIA CUDA 3.0 technology</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Pre-processing:</strong>
<ul>
<li>Much improvement in meshing such as region of influence and anisotropic meshing and edge control</li>
<li>CAE Automation and Customization with improved Template Driven and Customization Driven Automation and batch oriented processing</li>
<li>Interface to electromechanical simulation software JMAG to perform full thermal flow analysis on electro-magnetic devices</li>
<li>Easier deployment with existing corporate Cloud Computing Clusters and Dassault Simulia SLM systems</li>
<li>Embedded CAD geometry generator</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Post-processing:</strong>
<ul>
<li>New AcuSolve/Paraview co-process visualization</li>
<li>Full batch-oriented report generation capability including text, pagination, equations, tables, 2D plots, full 3D visualization and animation</li>
<li>New flexible input structure for AcuSolve&#8217;s particle tracer, with the ability to add user evolution equations</li>
</ul>
</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/10/27/acusolve-cfd-solver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCurrent v1.1.0 released</title>
		<link>http://gpgpu.org/2010/06/18/opencurrent-v1-1-0-released</link>
		<comments>http://gpgpu.org/2010/06/18/opencurrent-v1-1-0-released#comments</comments>
		<pubDate>Fri, 18 Jun 2010 22:32:04 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Fluid Simulation]]></category>
		<category><![CDATA[Numerical Algorithms]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Programming Environments]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2465</guid>
		<description><![CDATA[OpenCurrent version 1.1.0 has been released. OpenCurrent is a library for solving certains types of PDEs over 3D cartesian grids. It supports single and double precision, and includes solvers for Poisson equations, diffusion, and incompressible Navier-Stokes. New features: Multi-GPU communication library Multi-GPU versions of Multigrid solver, Incompressible Navier-Stokes solver, and more NetCDF support now optional [...]]]></description>
			<content:encoded><![CDATA[<p>OpenCurrent version 1.1.0 has been released.  OpenCurrent is a library for solving certains types of PDEs over 3D cartesian grids.  It supports single and double precision, and includes solvers for Poisson equations, diffusion, and incompressible Navier-Stokes.</p>
<p>New features:</p>
<ul>
<li>Multi-GPU communication library</li>
<li>Multi-GPU versions of Multigrid solver, Incompressible Navier-Stokes solver, and more</li>
<li>NetCDF support now optional</li>
<li>Support for Fermi/CUDA 3.0</li>
<li>Numerous bug fixes and enhancements</li>
</ul>
<p>Get it here: <a href="http://code.google.com/p/opencurrent/downloads/list" target="_blank">http://code.google.com/p/opencurrent/downloads/list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/06/18/opencurrent-v1-1-0-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

