|
[Sponsors] |
May 17, 2011, 06:19 |
ACRi ANSWER analogs for 2d room air modelling
|
#1 |
New Member
dmitry
Join Date: May 2011
Posts: 1
Rep Power: 0 |
Hello,
For my school project i need very basic 2d room airflow and gas concentration simulations, i can use some opensource software and my own GUI wrapper for it, so i'm looking for something very simple and easy to script. So far i like ANSWER package for it's nice syntax - all you have to do is put a couple of lines and it just works Code:
/==== PROBLEM IDENTIFICATION ====/ TITLe test USER Dmitry COOR X MIN 0 MAX +20 COOR Y MIN 0 MAX 12 GRID which 42 by 26 LOCA ID=LLC COOR(0, 0) to (3, 3) LOCA ID=ULC COOR(0, 9) to (3, 12) LOCA ID=MB1 COOR(6, 0) to (9, 5) BLOCK ID=LLC BLOCK ID=ULC BLOCK ID=MB1 LOCA ID=INLET COOR(0, 5) to (1, 8) LOCA ID=OUTLET COOR(19, 2) to (20, 6) LOCA ID=SOURCE COOR(5, 5) to (6, 6) OUTL at X+ SubRegion ID=OUTLET;1.0 BOUN AT ID=INLET X- U=0.5 INLE AT ID=INLET X- WALL at everywhere unless otherwise specified DENS 0.86 VISC 0.01 SCHMIDT NUMBER FOR C=1 SOUR C ID=SOURCE CONSTANT 0.01 SAVE U V SPEED C 'indoor.save' FORMatted CONV C 1.0E-6 MAX 5 ITERATIONS SOLVe STEADY Nmax=500 /==== NATURE OF FLOW ====/ LAMInar flow END Or maybe there's something designed specifically to my task (2d room flow) thanks Last edited by dmishe; May 17, 2011 at 06:44. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Answer Yes or No. | Shim | FLUENT | 0 | February 29, 2008 11:31 |
To red lemon pls answer | K.Baker | FLUENT | 0 | August 2, 2007 10:41 |
I have interview at acri. any guide lines | smr | Main CFD Forum | 0 | June 15, 2006 06:27 |
does anyone answer or give some comment about my questions??? | Z. Chang | Main CFD Forum | 7 | May 9, 2000 11:15 |
Has anyone heard of ANSWER code? | J. Garroni | Main CFD Forum | 0 | September 15, 1999 10:10 |