CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

komegasst model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 19, 2020, 01:14
Default komegasst model
  #1
New Member
 
Abhishek
Join Date: May 2020
Posts: 5
Rep Power: 5
Abhishek donekal is on a distinguished road
i am tryig to model komegasst model with renumbered mesh but facing error

abhishek@abhishek-Predator-PH315-51:~/OpenFOAM/komegaSST/rrenum$ renumberMesh -overwrite -noFunctionObjects
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 4.0
Exec : renumberMesh -overwrite -noFunctionObjects
Date : May 19 2020
Time : 10:00:19
Host : "abhishek-Predator-PH315-51"
PID : 3467
Case : /home/abhishek/OpenFOAM/komegaSST/rrenum
nProcs : 1
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

Mesh size: 9200
Before renumbering :
band : 5041
profile : 1317462

Using default renumberMethod.

Selecting renumberMethod CuthillMcKee

Reading volScalarField p
Reading volScalarField nut


--> FOAM FATAL IO ERROR:
"ill defined primitiveEntry starting at keyword 'boundaryField' on line 22 and ending at line 57"

file: /home/abhishek/OpenFOAM/komegaSST/rrenum/0/nut at line 57.

From function void Foam:rimitiveEntry::readEntry(const Foam::dictionary&, Foam::Istream&)
in file db/dictionary/primitiveEntry/primitiveEntryIO.C at line 189.

FOAM exiting
Abhishek donekal is offline   Reply With Quote

Old   May 19, 2020, 02:11
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Check your nut file in the 0 dir. It's invalid. It's missing something start at boundaryField dict.

Last edited by LuckyTran; May 19, 2020 at 04:25.
LuckyTran is offline   Reply With Quote

Old   May 19, 2020, 03:00
Default this is my nut file
  #3
New Member
 
Abhishek
Join Date: May 2020
Posts: 5
Rep Power: 5
Abhishek donekal is on a distinguished road
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -1 0 0 0 0];

internalField uniform 2.38581218630;

boundaryField
{
out
{
type zeroGradient;
}
sym1
{
type symmetryPlane;
}
sym2
{
type symmetryPlane;
}
in
{
type fixedValue;
value uniform 2.38581218630;
}
cylinder
{
type nutWallFunction;
value uniform 0;
}
back
{
type empty;
}
front
{
type empty;
}
}

// ************************************************** *********************** //
Abhishek donekal is offline   Reply With Quote

Old   May 19, 2020, 04:37
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
That looks fine actually. But you only posted 56 lines, what's on line 57? Is there maybe an extra ( ) { or } there perhaps? hmmm


Either way, somewhere starting at line 22 with the boundaryField, you're missing some punctuation in the form of a ( ) { } ; or even a space or carriage return.
LuckyTran is offline   Reply With Quote

Reply


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
viewFactor radiation model stuck shach934 OpenFOAM 1 May 25, 2021 11:01
Floating Point Error with kOmegaSST Turbulence Model shipman OpenFOAM Running, Solving & CFD 5 January 4, 2016 08:57
manualInjection model in sprayFoam Mentalo OpenFOAM Running, Solving & CFD 1 April 2, 2014 09:29
komegaSST model stix OpenFOAM Running, Solving & CFD 5 March 4, 2013 08:30
K - epsilon VS SST turbulence model Maicol Main CFD Forum 0 November 30, 2012 16:25


All times are GMT -4. The time now is 05:02.