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

internal opening-doorway

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 27, 2013, 07:25
Question internal opening-doorway
  #1
Efi
New Member
 
Join Date: Mar 2013
Location: Loughborough
Posts: 1
Rep Power: 0
Efi is on a distinguished road
Hi,
I am new in the CFD world and I am trying to model an apartment in steady-state, PHOENICS for my research project with internal doorways. I need some help on how to measure the volume flow rate of these 'gaps'. Do i need to set a user-defined object; Is there an easy way to do this as I have no coding knowledge!
thank you
Efi is offline   Reply With Quote

Old   May 22, 2013, 08:38
Default
  #2
Member
 
Roman Gobitz-Pfeifer
Join Date: Dec 2009
Location: Stuttgart
Posts: 83
Rep Power: 16
Wikie is on a distinguished road
Hi Efi,

this is something I also did for my previous project.
You have to create a user-defined-object or a NULL object at the place you're interested in the mass flow. After that you have to add some lines in your q1 file. Here ia an example of these lines:

************************************************** **********
Echo save-block settings for Group 7
SAVE7BEGIN

store(CNN1)

(make mfb11 is 0.0)
(store1 mfb11 at FL_OB_2 is sum(cnn1))
(print of massflow_bay11 is mfb11)

SAVE7END
************************************************** **********

Here a short discription:

store(CNN1) says phoenics has to store the variable CNN1 - it's a predifined variable in phoenics.

(make mfb11 is 0.0) creates the variable mfb11 witch will be the mass flow - don't use more than 5 caracters for your variable naming!!!

(store1 mfb11 at FL_OB_2 is sum(cnn1)) stores the mass flow at your object "FL_OB_2" - this can be a user-defined-object or a null object. "sum(cnn1)" sums up the mass flow at your object in north direction. If your object is orientated in an other direction you have to use CNE1 or CNH1 - CNN1 stands for north direction; CNE1 for east direction and CNH1 for high direction.

(print of massflow_bay11 is mfb11) creates a file - inforout - which has one row named "massflow_bay11" and writes the variable "mfb11" - your mass flow - in it.


Cheers
Wikie
Wikie is offline   Reply With Quote

Reply

Tags
doorway, flow rate, user defined

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Static Temperature / Opening Temperature JulianP CFX 12 April 10, 2019 18:00
[Commercial meshers] How to get rid of internal walls (surfaces)? bmikuz OpenFOAM Meshing & Mesh Conversion 17 December 5, 2013 15:24
opening sims as a wall. Curran919 CFX 8 March 19, 2012 21:31
[Commercial meshers] Internal boundary problem stefanke OpenFOAM Meshing & Mesh Conversion 2 May 24, 2011 02:21
[Commercial meshers] TGridFluent mesh with internal by prism layer and internal face for diagnostic sponiar OpenFOAM Meshing & Mesh Conversion 2 March 30, 2009 15:02


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