solver Archives - CAE Watch https://caewatch.com/tag/solver/ Everything about Computational Fluid Dynamics (CFD), Finite Element Analysis (FEA) and product lifecycle management (PLM) Tue, 11 Sep 2018 05:04:16 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 55942682 Top 5 misunderstandings on (good) mesh https://caewatch.com/top-5-misunderstandings-on-good-mesh/ https://caewatch.com/top-5-misunderstandings-on-good-mesh/#comments Thu, 27 Oct 2011 15:50:39 +0000 http://caewatch.com/?p=88 Although there are quite a few mesh-free (mesh-less) FEA and CFD codes, meshing is still one of the most important tasks for most CAE users. The importance of generating high-quality mesh can never be overemphasized.

But how to define a high-quality, or more preciously good, mesh? Reading the output of mesh quality report in your meshing software is only the first step; you need to make judgements whether the mesh is good enough for your physical problem.

Unfortunately, there are a lot of misunderstanding of good mesh. Nowadays, it is hard to find meshing course in engineering departments. The numerical algorithm in most engineering schools is optional. So, it is not surprising, the new generation CAE users lack some fundamental knowledge on how meshing works in a CAE system.

Here are the top 5 misunderstandings on a good mesh.

#1. Good mesh must follow CAD model well.

More and more CAE users are designers, as explained in the previous post. They are generally well trained in CAD, and they tend to bring all details to analysis. They believe more details means more close to the reality.

This is not true, most of the time. Good mesh need resolve physics, Read the rest “Top 5 misunderstandings on (good) mesh”

The post Top 5 misunderstandings on (good) mesh appeared first on CAE Watch.

]]>
Although there are quite a few mesh-free (mesh-less) FEA and CFD codes, meshing is still one of the most important tasks for most CAE users. The importance of generating high-quality mesh can never be overemphasized.

But how to define a high-quality, or more preciously good, mesh? Reading the output of mesh quality report in your meshing software is only the first step; you need to make judgements whether the mesh is good enough for your physical problem.

Unfortunately, there are a lot of misunderstanding of good mesh. Nowadays, it is hard to find meshing course in engineering departments. The numerical algorithm in most engineering schools is optional. So, it is not surprising, the new generation CAE users lack some fundamental knowledge on how meshing works in a CAE system.

Here are the top 5 misunderstandings on a good mesh.

#1. Good mesh must follow CAD model well.

More and more CAE users are designers, as explained in the previous post. They are generally well trained in CAD, and they tend to bring all details to analysis. They believe more details means more close to the reality.

This is not true, most of the time. Good mesh need resolve physics, Read the rest “Top 5 misunderstandings on (good) mesh”

The post Top 5 misunderstandings on (good) mesh appeared first on CAE Watch.

]]>
https://caewatch.com/top-5-misunderstandings-on-good-mesh/feed/ 25 88
CFD in 2013: what will change? what will not https://caewatch.com/cfd-in-2013-what-will-be-changed-what-will-not/ https://caewatch.com/cfd-in-2013-what-will-be-changed-what-will-not/#comments Mon, 31 Dec 2012 12:00:28 +0000 http://caewatch.com/?p=147 Mayan-ApocalypseObviously, the doomsday didn’t come. It proves again it is hard to predicate what will happen when you don’t have sufficient knowledge of how the system works now. Maybe it is just a bug in Mayan’s calendar (Google also forgot to put December in People App in Android 4.2 (aka Jelly Bean 4.2)  last November).

Predicting the future of CFD is similar to weather forecasting, maybe just like Mayan’s Apocalypse.

But this does not stop us from expecting a new prediction, just like you check the weather forecast before travel.

As my first degree is meteorology related, please do not expect the prediction is more accurate than weather forecasting for the next 365 days.

#1. Automated meshing:  a classical fairy tale continues

Fairy tales always have listeners, and of course, tellers as well. When you are young, you are listeners; when you are older, you may gradually become a teller.  What has not been changed is the story.

Automated meshing is such a classic fairy tale in CFD industry.

Meshing is always one of the most challenging tasks for most real-world CFD problems (I am not talking about flow over an infinite plate). Automated mesh generation is the dream … Read the rest “CFD in 2013: what will change? what will not”

The post CFD in 2013: what will change? what will not appeared first on CAE Watch.

]]>
Mayan-ApocalypseObviously, the doomsday didn’t come. It proves again it is hard to predicate what will happen when you don’t have sufficient knowledge of how the system works now. Maybe it is just a bug in Mayan’s calendar (Google also forgot to put December in People App in Android 4.2 (aka Jelly Bean 4.2)  last November).

Predicting the future of CFD is similar to weather forecasting, maybe just like Mayan’s Apocalypse.

But this does not stop us from expecting a new prediction, just like you check the weather forecast before travel.

As my first degree is meteorology related, please do not expect the prediction is more accurate than weather forecasting for the next 365 days.

#1. Automated meshing:  a classical fairy tale continues

Fairy tales always have listeners, and of course, tellers as well. When you are young, you are listeners; when you are older, you may gradually become a teller.  What has not been changed is the story.

Automated meshing is such a classic fairy tale in CFD industry.

Meshing is always one of the most challenging tasks for most real-world CFD problems (I am not talking about flow over an infinite plate). Automated mesh generation is the dream … Read the rest “CFD in 2013: what will change? what will not”

The post CFD in 2013: what will change? what will not appeared first on CAE Watch.

]]>
https://caewatch.com/cfd-in-2013-what-will-be-changed-what-will-not/feed/ 15 147
Why isn’t open source CFD solution for everyone? https://caewatch.com/why-open-source-cfd-solution-is-not-for-everyone/ https://caewatch.com/why-open-source-cfd-solution-is-not-for-everyone/#comments Mon, 29 Jul 2013 12:27:35 +0000 http://caewatch.com/?p=199 gnu-headWhen open source CFD solution is talked, two familiar statements are often heard:

  1.  Open source CFD solution is cheap because nothing can be cheaper than free.

  2.  Open source CFD solution is inferior, otherwise, why is it free?

Both of them are wrong.

Open source CFD solution is not cheap, although licensing is free

Most open source CFD packages are licensed under GNU General Public License (GPL) or BSD license or MIT license.  Under such licenses, anyone can use the software (including source code) for free. There is no limitation on the usage (it means it can be used in commercial project). The only restriction is on the re-distribution of the software or its derivatives: you must release the source code if you want to sell or re-distribute it.

So, licensing the software has no cost. You can get it from the internet. Of course, you can pay nominal fees to get it on a DVD delivered to your doorstep.

But software is only part of a CFD solution.  Human resources and hardware are also in the equation of cost. In most organizations, these two usually cost more, especially the staff cost.

The argument some may have is … Read the rest “Why isn’t open source CFD solution for everyone?”

The post Why isn’t open source CFD solution for everyone? appeared first on CAE Watch.

]]>
gnu-headWhen open source CFD solution is talked, two familiar statements are often heard:

  1.  Open source CFD solution is cheap because nothing can be cheaper than free.

  2.  Open source CFD solution is inferior, otherwise, why is it free?

Both of them are wrong.

Open source CFD solution is not cheap, although licensing is free

Most open source CFD packages are licensed under GNU General Public License (GPL) or BSD license or MIT license.  Under such licenses, anyone can use the software (including source code) for free. There is no limitation on the usage (it means it can be used in commercial project). The only restriction is on the re-distribution of the software or its derivatives: you must release the source code if you want to sell or re-distribute it.

So, licensing the software has no cost. You can get it from the internet. Of course, you can pay nominal fees to get it on a DVD delivered to your doorstep.

But software is only part of a CFD solution.  Human resources and hardware are also in the equation of cost. In most organizations, these two usually cost more, especially the staff cost.

The argument some may have is … Read the rest “Why isn’t open source CFD solution for everyone?”

The post Why isn’t open source CFD solution for everyone? appeared first on CAE Watch.

]]>
https://caewatch.com/why-open-source-cfd-solution-is-not-for-everyone/feed/ 6 199