CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Aerosolved Problem

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Krapf

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 7, 2020, 04:18
Default Aerosolved Problem
  #1
New Member
 
Piyush
Join Date: Sep 2020
Posts: 12
Rep Power: 5
Piyush25 is on a distinguished road
Hello,
I somehow got aerosolved working and bentPipe is working fine too. Thanks for the guidance

Now i want to model condensation.

So in aerosolProperties, i changed the condensation model from none to coupled.

submodels
{
condensation
{
type coupled;
}

nucleation
{
type none;
}

coalescence
{
type none;
}

driftFluxModel
{
diffusion
{
type none;
}

Brownian
{
type StokesEinstein;
}

inertial
{
type fullStokes;
tolerance 1E-6;
maxIter 3;
VMax 10.0;
}
}
}

NO OTHER CHANGES ARE MADE in any files

Getting some errors:
[7] --> FOAM FATAL IO ERROR:
[7] Entry 'activityCoeff' not found in dictionary "IOstream.submodels.condensation"
[7]
[7] file: IOstream.submodels.condensation
[7]
[7] From function const Foam::dictionary& Foam::dictionary::subDict(const Foam::word&) const
[7] in file db/dictionary/dictionary.C at line 476.
[7]
FOAM parallel run exiting

Does anyone know what is the problem??
Piyush25 is offline   Reply With Quote

Old   October 7, 2020, 11:32
Default
  #2
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
You need to define "activityCoeff" in the condensation sub-dictionary.
Piyush25 likes this.
Krapf 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
SU2-7.0.1 on ubuntu 18.04 hyunko SU2 Installation 7 March 16, 2020 04:37
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13


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