|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,877
Rep Power: 23 ![]() |
Description: Running channelOodles (OF 1.4) on the tutorial case, enabling a LES model which uses the dynamic procedure gives dimensional check errors like the following:
- With dynSmagorinsky --> FOAM FATAL ERROR : Different dimensions for = dimensions : [0 2 -1 0 0 0 0] = [0 1 0 0 0 0 0] #0 Foam::error::printStack(Foam: stream&) #1 Foam::error::abort() #2 Foam::dimensionSet::operator=(Foam::dimensionSet const&) const #3 Foam::GeometricField<double,>::operator=(Foam::tmp <foam::geometricfield<double,> > const&) #4 Foam::LESmodels::dynSmagorinsky::correct(Foam::tmp <foam::geometricfield<foam::te nsor<double>, Foam::fvPatchField, Foam::volMesh> > const&) #5 Foam::LESmodel::correct() #6 main #7 __libc_start_main #8 __gxx_personality_v0 at /usr/src/packages/BUILD/glibc-2.3/csu/../sysdeps/x86_64/elf/start.S:116 From function dimensionSet::operator=(const dimensionSet& ds) const in file dimensionSet/dimensionSet.C at line 156. - With dynOneEqEddy --> FOAM FATAL ERROR : incompatible dimensions for operation [k[0 1 -2 0 0 0 0] ] - [((2*nuSgs)*magSqr(symm(grad(U))))[0 2 -3 0 0 0 0] ]#0 Foam::error::printStack(Foam: stream&) #1 Foam::error::abort() #2 void Foam::checkMethod<double>(Foam::fvMatrix<double> const&, Foam::GeometricField<double,> const&, char const*) #3 Foam::tmp<foam::fvmatrix<double> > Foam::operator-<double>(Foam::GeometricField<double,> const&, Foam::tmp<foam::fvmatrix<double> > const&) #4 Foam::LESmodels::dynOneEqEddy::correct(Foam::tmp<f oam::geometricfield<foam::tens or<double>, Foam::fvPatchField, Foam::volMesh> > const&) #5 Foam::LESmodel::correct() #6 main #7 __libc_start_main #8 __gxx_personality_v0 at /usr/src/packages/BUILD/glibc-2.3/csu/../sysdeps/x86_64/elf/start.S:116 From function checkMethod(const fvMatrix<type>&, const GeometricField<type,>&) in file /home/dm2/henry/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/lnInclude/fvMatrix.C at line 1042. FOAM aborting Solver/Application: LESModels classes Source file: Testcase: channel395 with a LES model using the dynamic procedure. Platform: All Version: 1.4 Regards, Alberto
__________________
Alberto GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as live DVD/USB, hard drive image and virtual image. GeekoCFD 32bit - The 32bit edition of GeekoCFD. GeekoCFD text mode - A smaller version of GeekoCFD, text-mode only, with only OpenFOAM. Available in a variety of virtual formats. |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,877
Rep Power: 23 ![]() |
Any clue on this one? Or am I missing something straightforward? :-?
Thanks in advance, A.
__________________
Alberto GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as live DVD/USB, hard drive image and virtual image. GeekoCFD 32bit - The 32bit edition of GeekoCFD. GeekoCFD text mode - A smaller version of GeekoCFD, text-mode only, with only OpenFOAM. Available in a variety of virtual formats. |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 11 ![]() |
On line 40 of
OpenFOAM-1.4/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.C replace 'transform' with 'sqr' (corrected version attached Henry |
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,877
Rep Power: 23 ![]() |
As always, thanks a lot.
__________________
Alberto GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as live DVD/USB, hard drive image and virtual image. GeekoCFD 32bit - The 32bit edition of GeekoCFD. GeekoCFD text mode - A smaller version of GeekoCFD, text-mode only, with only OpenFOAM. Available in a variety of virtual formats. |
|
|
|
|
|
|
|
|
#5 |
|
New Member
benyahia nabil
Join Date: Mar 2009
Location: Cheraga, Alger, ALGERIA
Posts: 4
Rep Power: 6 ![]() |
I am a new user of Linux; I have installed redhat9.0 for install Openfoam-1.3. In installation of Openfoam-1.3 I follow instruction in file readme. But when I start installation of GCC the message is: Permission non accordée.
In installation of redhat I create session her name is nabil, in this session I crest file Open FOAM To install OpenFOAM, I flowing thus instruction. The first instruction is: $HOME/OpenFOAM/OpenFOAM-4.1.2/.OpenFOAM-1.3/bashrc The second instruction is: $WM_PROJECT_INST_DIR/$WM_ARCH/gcc-4.1.2 But here indicate that Permission non accordée. The same for third instruction, $WM_PROJECT_DIR/.bashrc After he installs normally openfoam, but in testing the installation indicates tow critical errors and one fatal error I search |
|
|
|
|
|
|
|
|
#6 |
|
Senior Member
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 7 ![]() |
please post your message in:
OpenFOAM Message Board: OpenFOAM: Installation Have a nice day! /Maka. |
|
|
|
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 7 ![]() |
Hi OpenFOAM developers
Problem related to dynSmagorinsky model. While use the dynSmagorinsky model, the solver throws up the dimension mismatch error. Forum search shows that the following file has to be fixed: GeometricSymmTensorField.C I did as it suggests and then recompiled the whole thing by executing AllMake located in the /OpenFOAM/OpenFOAM-1.4/src> The bottom line is that it still throws the dimension mismatch error. My guess is that the header file needs to be fixed as well !!!!! because it still contains the old defintion on line 52 Please comment Regards Jaswinder |
|
|
|
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 11 ![]() |
Have you tried version 1.4.1?
|
|
|
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 7 ![]() |
No I am still using the version 1.4.
|
|
|
|
|
|
|
|
|
#10 |
|
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: South Bend, IN, USA
Posts: 642
Blog Entries: 4
Rep Power: 9 ![]() |
Great, there's no problem in version 1.4.1
![]()
__________________
Daniel WEI -------------------- NatHaz Modeling Laboratory, Department of Civil & Environmental Engineering & Earth Sciences at the University of Notre Dame Email || my-personal-website || my-New-CFD-Blog |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grid check failed | Norasikin Mat Isa | FLUENT | 2 | August 31, 2011 03:30 |
| Grid check failed | Ellen | FLUENT | 7 | April 26, 2010 09:12 |
| Grid check failed | Norasikin Mat Isa | FLUENT | 9 | October 11, 2007 03:44 |
| LES dynamic models fail dimensional check | alberto | OpenFOAM Running, Solving & CFD | 0 | June 11, 2007 13:23 |
| check grid failed | nikita | FLUENT | 1 | July 30, 2003 02:31 |