ladybug-tools / butterfly

:butterfly: A light python API for creating and running OpenFoam cases for CFD simulation.
http://ladybug-tools.github.io/butterfly.html
GNU General Public License v3.0
248 stars 70 forks source link

Please help with custom fvSolution #285

Open gamemakerh opened 6 years ago

gamemakerh commented 6 years ago

Hi guys.

I have problem implementing custom fvSolution.

How all workflow should be implemented ?

I want to change PCG solver to GAMG and see if convergence will be better than now (cuz now I cant get normal convergence)

I'm using soliution param block, but nothing happens.

I tried to join it with solution parameters block, etc. but all is the same (default).

What I'm doing wrong ?

solutionparameterserror

mostaphaRoudsari commented 6 years ago

I tried to join it with solution parameters block

That's how it should work. Let me know if it still doesn't and I will take a closer look.

mostaphaRoudsari commented 6 years ago

Here is an example.