|
[Sponsors] |
October 8, 2018, 09:42 |
Mean age of air
|
#1 |
New Member
Sarah Leenknegt
Join Date: Aug 2015
Posts: 14
Rep Power: 11 |
Hi
I am trying to run a steady state simulation the wind flow around a building with a courtyard. The goal is to assess how well ventilated the courtyard is. We would like to check this with the mean age of air concept. I have looked into the previous discussion on this topic, but don't find an answer. My simulation is running stable, the flow field is developing well, but the mean age of air is not plausible: increase from the inlet at 0 s, around the building appr. 100 s and at the outlet about 200 s. Inside the courtyard, the Age of air stays around 0-30 s, which is physical nonsense. There must be a problem with my boundary conditions, though they couldn't be much simpler. solver: buoyantboussinesqsimplefoam AoA: walls, top, outlet = zeroGradient inlet (wind) = fixedValue, value uniform 0 controlDict: Code:
/*---------------------------------------------------------------------------*\ |========= | | |\\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ // Exported by BIM HVACTool Version 2.0.0.200// FoamFile { version 3.0; format ascii; class dictionary; location "system"; object controlDict; } application buoyantBoussinesqSimpleFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 4000; deltaT 1; writeControl timeStep; writeInterval 250; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression compressed; timeFormat general; timePrecision 6; runTimeModifiable true; functions { AoA { type scalarTransport; functionObjectLibs ( "libutilityFunctionObjects.dll" ); outputControl outputTime; active true; autoSchemes true; nCorr 0; D 0; resetOnStartUp false; fvOptions { IncrementTime { type scalarSemiImplicitSource; active true; cellZone Layers; scalarSemiImplicitSourceCoeffs { volumeMode specific; selectionMode all; injectionRateSuSp { AoA (1 0); } } } } } } Any feedback is much appreciated! |
|
November 22, 2018, 02:28 |
Mean age of air
|
#2 |
Senior Member
Tian
Join Date: Mar 2009
Location: Berlin, germany
Posts: 122
Rep Power: 17 |
Hi,
try out the solver: AoAFoam. Use the AoA file and the latest steady state results. Run the unsteady for 3600 seconds. Then check out AoA again. Bye Tian
__________________
BIM HVACTool, The Green Building Simulation Tool for OpenFOAM, Energy Plus and Radiance. |
|
February 7, 2021, 14:42 |
|
#3 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
hope the following link can be helpful as well: Age of Air Function Object
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
Tags |
age of air, openfoam, scalar transport |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Natural Convection Air Temperature Problem | theBerNii | FLUENT | 1 | November 28, 2016 14:30 |
Air entrainment model setup for spillway | oajor | FLOW-3D | 4 | November 17, 2016 13:02 |
CFD analysis on wind turbine rotor | Ken (Wind Turbine CFD Super Rookie) | Main CFD Forum | 45 | February 9, 2016 15:07 |
air bubble is disappear increasing time using vof | xujjun | CFX | 9 | June 9, 2009 08:59 |
[Indoor Air Quality]How do I calcauate "Age of Air | Young | CFX | 6 | April 29, 2008 00:14 |