gamemakerh

Results 14 comments of gamemakerh

@mostaphaRoudsari thanks for explanation. one more thing... HOW TO DEFINE GRAVITY IN BF ??? i mean if I want to change direction of gravitational vector. where I should constrain this...

Thanks guys. I've opened new issue.

I've managed successfully implement this script manually using console and I can confirm that this is [BUG]. Take a look at functionObject block. I think there is something wrong with...

This is fully working code. You can use for reference. I was unable to use this in GH but it was working like a charm using linux/OpenFOAM console. ``` /*--------------------------------*-...

Nice to hear that @TheodoreGalanos I would like to share my implementation of pure 2D mesh. ``` /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield |...

I've used this example $FOAM_TUTORIALS/incompressible/simpleFoam/motorBike/system https://github.com/OpenFOAM/OpenFOAM-2.3.x/tree/master/tutorials/incompressible/simpleFoam/motorBike You can write everything in controlDict as function (like on my example) or you just can create separate files for cutting planes, streamlines etc....

I'm very sorry but I've noticed that I made mistake. The real project with automatic post-processing is this one. **$FOAM_TUTORIALS/incompressible/pisoFoam/LES/motorBike/motorBike/system**

@mostaphaRoudsari After trial and error I managed to successfully complete HVAC simulation. I think this was something with mesh element (maybe I forgot to load one of the blocks... (my...

OK. after further investigation I founded that: 01_1_outdoor_airflow - **NOT WORKING**. something wrong with snappy hex mesh component. I think this is becaus eof bounding box or something 01_1_outdoor_airflow_2d -...

Ok. Thanks for info. I'll make my own enchanted div scheme for heat transfer problems then.