OpenCAE Symposium 2016 in Tokyo

2016年11月24日~26日まで,東京大学を会場にして,オープンCAEシンポジウム2016が開催されます.詳細はこちらのリンクをご覧ください.

OpenFOAMSalome-Meca や OpenModelica など,様々なオープンソースCAEソフトウェアに関連する講演やトレーニングが予定されています.これほど多岐にわたるオープンCAEソフトウェアに関する発表に,日本で1度にふれられる機会は1年にこの1度しかありません!お気軽に会場にいらして,日本のオープンCAEの熱気を直接感じて頂ければと思います.

また,講演発表のお申し込みの締切が,10月14日(金) に迫っておりますが,こちらのページから簡単にお申し込み頂けます.

皆様のご発表,ご参加をお待ちしています!

Computational Aeroacoustics (CAA)

Gallery
  • Aeolian Tone (Click the image to start animation 🙂 )

aeoliantone

Post Series
  • Part1
  • Part2
  • Part3
  • Blade-Vortex Interaction (BVI) Noise
  • generated by pressure fluctuations near the blade leading edges due to their interactions with the previously generated tip vortices

Open-Source Software for Acoustics Simulation

Coming soon.

Non-reflecting Boundary Conditions in OpenFOAM
Utilities in OpenFOAM
  • probes (Function Objects)
  • noise
Case Research

Explanation of fvOptions in OpenFOAM


The fvOptions functionality in OpenFOAM is flexible framework to add various source terms to the governing equations without the need to rewrite the original source code. The available options in the latest versions of OpenFOAM (v4.0 and v1606+) are listed below.

My explanations are available for the options shown in red.

I’ll extend the coverage.

Available Options

General Sources:


Pressure Gradient Sources:

  • meanVelocityForce:

    to adjust the average velocity in the whole domain or user-specified cellZone or cellSet to the desired value Ubar by adding a momentum source

  • [3.0+] directionalPressureGradientExplicitSource

Heat Exchanger Sources:


Buoyancy Sources:

  • buoyancyForce:

    to add the gravitational force term \(\rho\boldsymbol{g}\) to the momentum conservation equation in XiFoam, reactingFoam and rhoReactingFoam

  • buoyancyEnergy:

    to add the work done by gravitational force \(\rho(\boldsymbol{u} \cdot \boldsymbol{g})\) to the energy conservation equation


Porosity Sources:


Acceleration Source:


Phase Change Source:


Acoustic Damping Source:

  • [1606+] acousticDampingSource:

    to damp the acoustic waves before they reach the boundaries by adding a momentum source term in a buffer region so that the solution will not be contaminated by the reflected waves from the boundaries


Other Sources:


Solver Robustness:


Set Value:

How to Set Source Region

When specifying a source term using fvOptions in OpenFOAM, we can select the selectionMode (how to set the source region) from the following four options:

  • points
  • cellSet
  • cellZone
  • all

The meanings of these options are described in this post.