|
[Sponsors] |
June 21, 2011, 07:17 |
Stuck!!
|
#41 |
New Member
Rachit Prasad
Join Date: Jun 2011
Location: Blacksburg, Virginia
Posts: 29
Rep Power: 15 |
Hi everyone!
I am a new of OpenFOAM and hence AeroFoam as well. In order to get familiar with it, I went to the following website and downloaded the Oblique Shock Test problem: http://www.aero.polimi.it/freecase/?...:Oblique_shock After uncompressing the folder, I tried to run it, but the following came on the terminal: This is a start/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.6-53b7f692aa41 Exec : AeroFoam Date : Jun 21 2011 Time : 16:02:27 Host : rachit-desktop PID : 5378 Case : /home/rachit/OpenFOAM/OpenFOAM-1.6/foam_run/compressible/ObliqueShock_B/ObliqueShock_B nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 // using new solver syntax: cellDisplacement { solver PCG; preconditioner DIC; tolerance 1e-08; relTol 0; } ======================================== Reading Thermodynamic Properties... ======================================== gamma [-] = 1.4 Pr [-] = 0.72 R [J/KgK] = 287.05 Cp [J/KgK] = 717.625 Cv [J/KgK] = 1004.67 ---------------------------------------- ======================================== Reading Initial Conditions... ======================================== Reading field p Reading field T Reading field U ---------------------------------------- Creating conservative variables at t^(k) Creating conservative variables at t^(k-1) Creating conservative variables at t^(k-2) Creating conservative variables fluxes at t^(k) Creating primitive variables gradient fields (optional) ---------------------------------------- ======================================== Creating Mesh Connectivity... ======================================== Using adaptive algorithm... id_LL_i6500SIZE3100Loop on Internal Faces... Nothing happens beyond this, as in the process is still continuing but no progress is being made. Could anyone please tell me what mistake I am making? Thanks in advance! Rachit |
|
July 19, 2011, 11:20 |
AeroFoam problems
|
#42 |
New Member
|
Hi,
I've tried to use AeroFoam 1.7.1 solver for the OpenFoam 1.7.1 tutorial case ObliqueShock, and I 've done all the correctoins which are given in the AEROFOAM QUICK START paper www.aero.polimi.it/freecase/?download=AeroFoam_QuickStart.pdf but after entering AeroFoam I see the following message: vadim.vorobyov@oslo:~/OF171/compressible/aeroFoam/forwardStep$ AeroFoam /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.7.x | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.7.x-3776603e4c6c Exec : AeroFoam Date : Jul 19 2011 Time : 18:00:56 Host : oslo PID : 15382 Case : /home/vadim.vorobyov/OF171/compressible/aeroFoam/forwardStep nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 ======================================== Reading Thermodynamic Properties... ======================================== --> FOAM FATAL IO ERROR: keyword R is undefined in dictionary "/home/vadim.vorobyov/OF171/compressible/aeroFoam/forwardStep/constant/thermodynamicProperties" file: /home/vadim.vorobyov/OF171/compressible/aeroFoam/forwardStep/constant/thermodynamicProperties from line 18 to line 43. From function dictionary::lookupEntry(const word&, bool, bool) const in file db/dictionary/dictionary.C at line 395. FOAM exiting ------------------------------------ I've tried to put R universal gas constant into the corresponding file/ here is how my "thermodynamicProperties" looks like /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.7.1 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType ePsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>>>>>; // Note: these are the properties for a "normalised" inviscid gas // for which the speed of sound is 1 m/s at a temperature of 1K // and gamma = 7/5 mixture { specie { gamma 1.4; R 287; nMoles 1; molWeight 11640.3; } thermodynamics { R 287; Cp 2.5; Hf 0; } transport { mu 0; Pr 1; R 287; } } //////////////// Does anyone has an idea why I have this error ? Please, Help! Thank you very much in advance! |
|
September 27, 2011, 05:15 |
|
#43 |
Member
|
Hi All,
I had the same problem like you when I tried to use AeroFoam solver to test that case. Is there anybody treat this problem? |
|
December 5, 2011, 12:20 |
sourceForge AoeroFoam for OF1.7
|
#44 |
Senior Member
|
See that someone developed a 1.7.1 version.
I have not tested yet. https://sourceforge.net/projects/aerofoam/ |
|
December 5, 2011, 15:43 |
|
#45 | |
Senior Member
|
I had same problem here when running the Onera M6 wing test case downloaded from AeroFoam site and using AeroFoam for OF1.7.1.
Quote:
|
||
October 8, 2013, 03:37 |
|
#46 |
Member
|
Hi
Does anyone have a benchmark for AeroFoam Solver in OpenFOAM-1.7.x or 1.6-ext or newer versions? |
|
October 30, 2015, 14:34 |
AeroFoam Solver in OpenFoam
|
#47 |
New Member
Avani
Join Date: Oct 2015
Posts: 1
Rep Power: 0 |
Hello all,
I am a student and I am pretty new to CFD and specially, OpenFoam. I am trying to install the AeroFoam solver in an OpenFoam 2.3.0 version. Does anyone know if this will work since the page I got the AeroFoam file from only lists 1.4.1 as the version to be used. Also, if it works, how should I go about installing this feature? Thank you for all your help! |
|
October 31, 2015, 07:35 |
|
#48 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Avani and welcome to the forum!
The source code made available here has two versions:
As for installing it... see the description given inside the file "Make/files". Best regards, Bruno PS: I've moved your post to the original thread dedicated to AeroFoam, for keeping everything on the same topic in the same thread.
__________________
Last edited by wyldckat; January 31, 2016 at 12:43. Reason: repaired link |
||
January 15, 2016, 09:20 |
|
#49 |
New Member
tuananh
Join Date: Sep 2015
Posts: 4
Rep Power: 11 |
Hi Giulio.
I have learnt about FSI using open-source software. I 'm very interested in your thesis. But my OpenFoam software 's version isn't 1.4. Can you give me ubuntu deb pack openfoam 1.4 or AeroFoam for newest version of OpenFoam 3.0.1 to my email (tuananhtran.kthk56@gmail.com). Thank you so much. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
segregated solver vrs coupled solver | sm | FLUENT | 0 | November 6, 2007 02:24 |
Densitybased coupled compressible solver | jojo | OpenFOAM Running, Solving & CFD | 0 | July 19, 2006 13:43 |
How to do it if i change the seregated finitevolume solver to segregated finiteelement solver | dandes | OpenFOAM Pre-Processing | 0 | March 22, 2006 22:06 |
AGM-SOLVER | MANOJ | FLUENT | 5 | August 1, 2005 05:49 |
coupled solver / uncoupled solver | Jaan Unger | Main CFD Forum | 0 | September 3, 2002 09:30 |