CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How to run AirConditionedRoom in OF 2.0 (https://www.cfd-online.com/Forums/openfoam-solving/94970-how-run-airconditionedroom-2-0-a.html)

greel December 1, 2011 09:19

How to run AirConditionedRoom in OF 2.0
 
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

imano December 27, 2011 03:18

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

mathieu_135 June 6, 2022 05:46

hello
the link seems to be broken, can you post the case here please ?
Thanks a lot ;)
Mat


All times are GMT -4. The time now is 13:58.