Page 3 of 3

Re: Simulation of air flow in a room

Posted: Fri Jan 27, 2012 3:05 pm
by Damien Charreron
You can find my case folder attached.

Best regards,

Damien

Re: Simulation of air flow in a room

Posted: Fri Jan 27, 2012 3:22 pm
by Jacques Fontaine
I found the bug:
void cs_user_mesh_thinwall(cs_mesh_t  *mesh) {   return; /* REMOVE_LINE_FOR_USE_OF_SUBROUTINE */
 
You need to remove "return;" in order to use subroutines.
Best regards,
JF

Re: Simulation of air flow in a room

Posted: Fri Jan 27, 2012 4:37 pm
by Damien Charreron
Thank you! I works much better now!
Would it be too much to ask you the few lines of command in order to set it as input with velocity and a temperature? It seems that mine are wrong.
Have a good week end!
Damien

Re: Simulation of air flow in a room

Posted: Mon Jan 30, 2012 11:06 am
by Jacques Fontaine
Hello,
I posted an example with sliding walls. This is quite similar with a wall/inlet. You must select faces and then you must select a side of the face with its normal. (surfbo)
Best regards,
JF