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

Continuing a run

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 15, 2015, 07:54
Default Continuing a run
  #1
Member
 
Jeremy Dudley
Join Date: Jul 2010
Posts: 45
Rep Power: 15
bendel_boy is on a distinguished road
Looking at previous posts it looked as if I could a simulation by setting startFromn to latestTime.

However, when I did this I get

--> FOAM FATAL ERROR:

gradientInternalCoeffs cannot be called for a calculatedFvPatchField on patch outlet of field Alpha in file "d:/blueCFD-SingleCore-2.1/OpenFOAM-2.1/tutorials/multiphase/settlingFoam/ras/circular - fixed flow/360/Alpha"

You are probably trying to solve for a field with a default boundary condition.

From function calculatedFvPatchField<Type>::gradientInternalCoef fs() const in file fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C at line 196.

FOAM exiting

In /0/Alpha I specified boundary conditions; in /360/Alpha these have been replaced by numerical values.

I did try replacing the contents of boundary{} with the /0/ values, but then I got a message that the token had already been read.

Any suggestions on how to proceed?
bendel_boy is offline   Reply With Quote

Old   January 15, 2015, 09:00
Default
  #2
Member
 
Jeremy Dudley
Join Date: Jul 2010
Posts: 45
Rep Power: 15
bendel_boy is on a distinguished road
Alpha boundaries file for /360/

boundaryField
{
inlet
{
type fixedValue; //calculated; - replacing calculated with fixedValue resolved the error message for this boundary.
value uniform 0.00277233;
}
outlet
{
type calculated;
value nonuniform List<scalar> 3(4.77374e-108 4.65583e-108 4.20304e-108);
}
bottom
{
type calculated;
value nonuniform List<scalar>
297
(
)
;
}
sludge
{
type calculated;
value nonuniform List<scalar> 3(0.00225868 0.00226791 0.00234235);
//inletValue $internalField;
}
endWall
{
type calculated;
value nonuniform List<scalar>
122
(
)
;
}
nearWall
{
type calculated;
value nonuniform List<scalar>
54
(
)
;
}
surface
{
type calculated;
value nonuniform List<scalar>
295
(
)
;
}
otherSurface
{
type wedge;
}
}
bendel_boy is offline   Reply With Quote

Old   January 15, 2015, 09:00
Default
  #3
Member
 
Jeremy Dudley
Join Date: Jul 2010
Posts: 45
Rep Power: 15
bendel_boy is on a distinguished road
And at /0/

boundaryField
{
inlet
{
type fixedValue;
value uniform 0.0029; // $internalField;
}
outlet
{
type inletOutlet;
inletValue $internalField;
}
sludge
{
type inletOutlet;
inletValue $internalField;
}

bottom
{
type zeroGradient;
}
endWall
{
type zeroGradient;
}
nearWall
{
type zeroGradient;
}
surface
{
type zeroGradient;
}
otherSurface
{
//type empty;
type wedge;
}
}
bendel_boy 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
fatal overflow error in the FINMES subroutine for CHT run prashant79_ss CFX 5 September 27, 2014 04:54
Cannot run phoenix on linux opensuse 13.1 kde mabal Phoenics 0 June 15, 2014 06:16
[mesh manipulation] Cannot get refineMesh to run in parallel smschnob OpenFOAM Meshing & Mesh Conversion 2 June 3, 2014 11:20
First Parallel Run - need some help Gian Maria OpenFOAM 3 June 17, 2011 12:08
Windows 64-bit, Distributed Parallel Run Issues... Erich CFX 3 March 28, 2006 16:36


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