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

simpleFoam + MRF properties: FATAL ERROR: not implemented

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By student666
  • 1 Post By mbgmagm2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 3, 2017, 16:53
Default simpleFoam + MRF properties: FATAL ERROR: not implemented
  #1
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 17
student666 is on a distinguished road
Hi,

I'm running an incompressible case with simpleFoam and a rotating Zone with OF-dev.
I set the constant/MRFProperties file as:
Code:
MRF1
{
    cellZone    rotor;
    active      yes;

    // Fixed patches (by default they 'move' with the MRF zone)
    nonRotatingPatches (amiRotor);

    origin    (0.006423 0.149165 0.03985);
    axis      (0 0 1);
    omega     167;
}
but I get this error:
Code:
Create time

Create mesh for time = 0


SIMPLE: no convergence criteria found. Calculations will run for 2500 steps.

Reading field p

AMI: Creating addressing and weights between 823 source faces and 487 target faces
AMI: Patch source sum(weights) min/max/average = 0.923989, 1, 0.99915
AMI: Patch target sum(weights) min/max/average = 0.691331, 1, 0.980684
AMI: Creating addressing and weights between 10174 source faces and 3772 target faces
AMI: Patch source sum(weights) min/max/average = 0.999999, 1, 1
AMI: Patch target sum(weights) min/max/average = 0.999999, 1, 1
AMI: Creating addressing and weights between 2030 source faces and 4670 target faces
AMI: Patch source sum(weights) min/max/average = 0.997628, 1, 0.999993
AMI: Patch target sum(weights) min/max/average = 0.999981, 1, 1
AMI: Creating addressing and weights between 220 source faces and 277 target faces
AMI: Patch source sum(weights) min/max/average = 0.878276, 1, 0.989146
AMI: Patch target sum(weights) min/max/average = 0.977914, 1, 0.999491
AMI: Creating addressing and weights between 3948 source faces and 7162 target faces
AMI: Patch source sum(weights) min/max/average = 1, 1, 1
AMI: Patch target sum(weights) min/max/average = 1, 1, 1
AMI: Creating addressing and weights between 57188 source faces and 37254 target faces
AMI: Patch source sum(weights) min/max/average = 0.99994, 1.00043, 1.00001
AMI: Patch target sum(weights) min/max/average = 0.993209, 1.00036, 1
Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type laminar
Selecting laminar stress model Stokes
Creating MRF zone list from MRFProperties
    creating MRF zone: MRF1
No finite volume options present


Starting time loop

Time = 1



--> FOAM FATAL ERROR: 
Not implemented

    From function Foam::tmp<Foam::Field<Type> > Foam::coupledFvPatchField<Type>::gradientInternalCoeffs() const [with Type = Foam::Vector<double>]
    in file lnInclude/coupledFvPatchField.C at line 185.

FOAM aborting

#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::error::abort() at ??:?
#2  Foam::coupledFvPatchField<Foam::Vector<double> >::gradientInternalCoeffs() const at ??:?
#3  Foam::fv::gaussLaplacianScheme<Foam::Vector<double>, Foam::SymmTensor<double> >::fvmLaplacianUncorrected(Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#4  Foam::fv::gaussLaplacianScheme<Foam::Vector<double>, double>::fvmLaplacian(Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#5  Foam::fv::laplacianScheme<Foam::Vector<double>, double>::fvmLaplacian(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#6  Foam::tmp<Foam::fvMatrix<Foam::Vector<double> > > Foam::fvm::laplacian<Foam::Vector<double>, double>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::word const&) at ??:?
#7  Foam::tmp<Foam::fvMatrix<Foam::Vector<double> > > Foam::fvm::laplacian<Foam::Vector<double>, double>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#8  Foam::tmp<Foam::fvMatrix<Foam::Vector<double> > > Foam::fvm::laplacian<Foam::Vector<double>, double>(Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#9  Foam::linearViscousStress<Foam::laminarModel<Foam::IncompressibleTurbulenceModel<Foam::transportModel> > >::divDevRhoReff(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>&) const at ??:?
#10  ? at ??:?
#11  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#12  ? at ??:?
Aborted
What is it?
sourav90 likes this.
student666 is offline   Reply With Quote

Old   August 4, 2017, 02:34
Default
  #2
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 17
student666 is on a distinguished road
just a further check show me an error on a patch definition during meshing phase.

Regards
student666 is offline   Reply With Quote

Old   June 23, 2019, 11:26
Default
  #3
New Member
 
Greg
Join Date: Jun 2019
Location: United Kingdom
Posts: 1
Rep Power: 0
mbgmagm2 is on a distinguished road
Hi,


I have encountered a similar error message in a simulation that I am attempting to run. Could you elaborate as to what kind of error on patch definition you had and how you fixed it?


Thanks
sourav90 likes this.
mbgmagm2 is offline   Reply With Quote

Old   April 11, 2021, 04:11
Default
  #4
Member
 
Mahmoud
Join Date: Nov 2020
Location: United Kingdom
Posts: 43
Rep Power: 6
Mahmoud Abbaszadeh is on a distinguished road
Quote:
Originally Posted by mbgmagm2 View Post
Hi,


I have encountered a similar error message in a simulation that I am attempting to run. Could you elaborate as to what kind of error on patch definition you had and how you fixed it?


Thanks
Hi. I encountered the same poblem. Have you managed to solve this issue?
Mahmoud Abbaszadeh 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
MRF and topoSet problem- Rotating volume doesn't rotate andreas0209@hotmail.com OpenFOAM 1 April 4, 2021 14:35
InterDyMFoam+simpleFunctionObject Elham OpenFOAM Running, Solving & CFD 5 July 10, 2017 12:59
Using a new implemented viscosity model with simpleFoam TemC OpenFOAM Running, Solving & CFD 6 March 8, 2017 04:07
SimpleFoam case with SpalartAllmaras turbulence model implemented nedved OpenFOAM Running, Solving & CFD 2 November 30, 2014 23:43
Constant velocity of the material Sas CFX 15 July 13, 2010 09:56


All times are GMT -4. The time now is 15:51.