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

FixedFluxPressure cannot find field 1%7cAU

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2008, 08:08
Default Hello, I'm stumbling across
  #1
Member
 
Thomas Wolfanger
Join Date: Mar 2009
Location: South West Germany
Posts: 62
Rep Power: 17
anger is on a distinguished road
Hello,

I'm stumbling across the same error.
I think that it has to do with a missing volScalarField, but I have no idea how to register this field in the objectRegistry.
Anybody knows what to do to get the fixedFluxPressure boundary condition running with (simple)Foam?

Best regards,
-Thomas
anger is offline   Reply With Quote

Old   September 22, 2008, 10:53
Default Declare a field called 'rUA' i
  #2
Senior Member
 
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25
deepsterblue will become famous soon enough
Declare a field called 'rUA' in createFields.H, like this:


volScalarField rUA
(
IOobject
(
"(1|A(U))",
runTime.timeName(),
mesh
),
mesh,
dimensionedScalar("rUA", dimTime, 1),
zeroGradientFvPatchScalarField::typeName
);


And call:

rUA = 1.0/UEqn.A();

inside the PISO loop.
__________________
Sandeep Menon
University of Massachusetts Amherst
https://github.com/smenon
deepsterblue is offline   Reply With Quote

Old   September 23, 2008, 04:15
Default Hello Sandeep, thank you fo
  #3
Member
 
Thomas Wolfanger
Join Date: Mar 2009
Location: South West Germany
Posts: 62
Rep Power: 17
anger is on a distinguished road
Hello Sandeep,

thank you for your help, this works.
Just foor the books: a little typo occured in the last equation which should read

rUA = 1.0/UEqn().A()

I put this in pEqn.H

Best regards,
-Thomas
anger is offline   Reply With Quote

Old   November 10, 2008, 05:50
Default hi to all I want to simulat
  #4
emilianyassenov
Guest
 
Posts: n/a
hi to all

I want to simulate in straight pipe to include some
heat flow and to see temperature increasing...
which solver I should use...

can anyone help me


EMO
  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
FFT on flow field to find peaks? CFDtoy Main CFD Forum 17 June 7, 2011 06:34
Putting submesh field values into field on parent mesh helmut OpenFOAM Running, Solving & CFD 2 June 20, 2006 07:31
How can I find maximum of a field Q FLUENT 2 November 9, 2005 04:00
where to find velocity field for square pipes??? enrico Main CFD Forum 2 February 4, 2005 11:32
I wish to find the proper model to validate the temperature field. G.H.Lee Main CFD Forum 1 May 6, 1999 02:05


All times are GMT -4. The time now is 06:29.