CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

How to run AirConditionedRoom in OF 2.0

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 1, 2011, 10:19
Default How to run AirConditionedRoom in OF 2.0
  #1
Member
 
andres
Join Date: Jul 2011
Posts: 31
Rep Power: 14
greel is on a distinguished road
Hi Foamers!!
I´m trying to run one of the examples of the wikifoam page, the one called AirConditionedRoom .http://openfoamwiki.net/index.php/Ma...onditionedRoom but I´m getting several errors.
-The first is from the nutWallFunction, now is nutkWallFunction I think.
-After the change I try to ./Allrun the case, but this message is display

Code:
--> FOAM FATAL ERROR: 
faceSource suction: patch(suction):
    Unknown patch name: suction. Valid patch names are: 
6
(
x_
_x
y_
_y
z_
_z
)



    From function faceSource::constructFaceAddressing()
    in file fieldValues/faceSource/faceSource.C at line 173.

FOAM exiting

make: *** No rule to make target `suction/0/faceSource.dat', needed by `heatBalance.eps'.  Stop.
Checking at the boundary file,you will note that It´s only have Walls no patches in it and non of them have "names" such suction or delivery. Also checking the boundary conditions for U you have :
Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{
    y_
    {
        type            symmetryPlane;
    }
    delivery
    {
        type            fixedValue;
        value           uniform (1 0 0);
    }
    suction
    {
        type            fixedValue;
        value           uniform (0.25 0 0);
    }
    ".*"
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
}
Where to "inlets" are defined and now exits.

I will be very glad if you take a look of the case. You can download the latest version with this link : http://openfoamwiki.net/images/0/0a/...1021001.tar.gz
greel is offline   Reply With Quote

Old   December 27, 2011, 04:18
Default
  #2
Member
 
Masashi IMANO
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 34
Rep Power: 17
imano is on a distinguished road
Hi!

I have just updated the airConditionedRoom example case for OpenFOAM ver 2.0 and 2.1.

http://openfoamwiki.net/index.php/Ma...onditionedRoom

These new examples can be downloaded from a SVN reposity maintained by OpenFOAM V&V SIG
in the The Open CAE Society of Japan.

http://www.opencae.jp/wiki/OpenFOAM-VandV-SIG/

Regards,
Masa
imano is offline   Reply With Quote

Old   June 6, 2022, 06:46
Default
  #3
New Member
 
Join Date: Jan 2013
Posts: 16
Rep Power: 13
mathieu_135 is on a distinguished road
hello
the link seems to be broken, can you post the case here please ?
Thanks a lot
Mat
mathieu_135 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Multiple Files in Batch nickninevah STAR-CCM+ 6 October 12, 2017 07:17
Batch Run with Initial values file krrishcfd CFX 1 July 28, 2011 03:35
First Parallel Run - need some help Gian Maria OpenFOAM 3 June 17, 2011 13:08
How to run and save tranisent case on Cray XD1 Leon FLUENT 0 October 3, 2006 22:59
Windows 64-bit, Distributed Parallel Run Issues... Erich CFX 3 March 28, 2006 17:36


All times are GMT -4. The time now is 03:01.