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

fvOptions MRF error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2016, 04:32
Default fvOptions MRF error
  #1
New Member
 
vijaykamesh
Join Date: Dec 2015
Posts: 12
Rep Power: 10
vijaykamesh is on a distinguished road
Hello,

I'm doing simulation for tidal turbine in ansys and openFoam. I completed simulation in ansys and now doing in openfoam. Im new to openfoam so i'm following the tutorials. I converted icem mesh to openfoam which have two domains stator and rotor. I want to use MRF modeling for rotor domain. I'm using simpleFoam solver with fvOptions of MRF modeling but i got the error,
Error message.
No MRF models present

Creating finite volume options from "system/fvOptions"

Selecting finite volume options model type MRFSource


--> FOAM FATAL ERROR:
Unknown Model type MRFSource

Valid model types are:

30
(
actuationDiskSource
constantHeatTransfer
effectivenessHeatExchangerSource
explicitPorositySource
fixedTemperatureConstraint
interRegionExplicitPorositySource
limitTemperature
meanVelocityForce
patchMeanVelocityForce
radialActuationDiskSource
rotorDisk
scalarCodedSource
scalarExplicitSetValue
scalarSemiImplicitSource
solidificationMeltingSource
sphericalTensorCodedSource
sphericalTensorExplicitSetValue
sphericalTensorSemiImplicitSource
symmTensorCodedSource
symmTensorExplicitSetValue
symmTensorSemiImplicitSource
tabulatedAccelerationSource
tabulatedHeatTransfer
tensorCodedSource
tensorExplicitSetValue
tensorSemiImplicitSource
variableHeatTransfer
vectorCodedSource
vectorExplicitSetValue
vectorSemiImplicitSource
)


From function option::New(const word&, const dictionary&, const fvMesh&)
in file fvOption/fvOption.C at line 86.

FOAM exiting

I dont know how to fix this. I search it in this forum but couldn't get proper solution for this. Please help me to fix this problem.

fvOptions file is,
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

MRF1
{
type MRFSource;
active true;
selectionMode cellZone;
cellZone Rotor_cells_zone;

MRFSourceCoeffs
{
nonRotatingPatches (AMI_ROTOR_DOMAIN_INLET AMI_ROTOR_DOMAIN_OUTLET ROTOR_DOMAIN_PERIODIC1 ROTOR_DOMAIN_PERIODIC2 AMI_ROTOR_DOMAIN_SHROUD ROTOR_DOMAIN_HUB);
attachedPatches (ROTOR_DOMAIN_BLADE_SRF ROTOR_DOMAIN_BLADE_TIP);
active true;
origin (0 0 0);
axis (1 0 0);
omega -60 ; // in rad per second --> n * 2pi/s
}
}


// ************************************************** *********************** //
vijaykamesh is offline   Reply With Quote

Old   July 28, 2016, 09:37
Default
  #2
New Member
 
romainRH
Join Date: Jul 2012
Posts: 24
Rep Power: 13
romainRH is on a distinguished road
Hi,

Have you solved your problem ?
Which version of OF are you using, in the last one you should use constant/MFRProperties instead of system/fvOption to set the MRF.

Also I have run some computation on marine propeller, and I have a scaling on pressure (not only rho). Do you have such problem too ?

Regards,

rhu
romainRH 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
DPM udf error haghshenasfard FLUENT 0 April 13, 2016 06:35
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 19:46.