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

Conjugate Heat Transfer & calculating force coefficient

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 21, 2017, 05:07
Default Conjugate Heat Transfer & calculating force coefficient
  #1
New Member
 
nazli
Join Date: Jul 2017
Posts: 1
Rep Power: 0
nazli is on a distinguished road
Hi FOAMers
I'm new in OpenFoam and trying to simulate flow over a cylinder that has a round solid surrounding around it.my solver is chtMultiRegionFoam & edit /tutorials/heatTransfer/multiRegionHeater. I get right answer of T,U,P. but the problem is when i want to apply force coefficient setting at the end of controlDict.I added below code at the end of controlDict but after running i found no postProcessing folder.

functions
{
forceCoeffs1

{
type forceCoeffs;

functionObjectLibs ( "libforces.so" );

writeControl timeStep;
writeInterval 100;
log yes;
patches ( wall );
pName p;
UName U;
log true;
rho rhoInf;
rhoInf 1;
liftDir (0 1 0);
dragDir (1 0 0);
CofR (0 0 0); // Axle midpoint on ground
pitchAxis (0 0 1);
magUInf 1;
lRef 6; // Wheelbase length
Aref 6; // Estimated

}
}
I checked log folder and found calculating without solving force coefficient, the only thing I found is( warning & error ) before starting iterations :

--> FOAM Warning :
From function bool Foam::functionObjectList::read()
in file db/functionObjects/functionObjectList/functionObjectList.C at line 644
Caught FatalError
--> FOAM FATAL ERROR:

request for objectRegistry region0 from objectRegistry disk failed
available objects of type objectRegistry are

2
(
solidzone
fluidzone
)


From function const Type& Foam:bjectRegistry::lookupObject(const Foam::word&) const [with Type = Foam:bjectRegistry]
in file /home/sibco/OpenFOAM/OpenFOAM-4.0/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 193.

I wonder if anyone can explain me chtMultiRegionFoam solver can calculate force coefficient for fluid zone ?
Thank you!
nazli 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
Heat transfer coefficient - what is waht Stan FLUENT 28 December 29, 2021 16:29
Conjugate heat transfer and force Jiricbeng FLUENT 2 January 11, 2017 02:26
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
Heat Flux at wall in a conjugate heat transfer problem Chander CFX 2 July 9, 2011 22:22
Conjugate heat transfer problem hvem10 FLUENT 2 October 29, 2009 17:31


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