|
[Sponsors] |
October 7, 2020, 05:18 |
Aerosolved Problem
|
#1 |
New Member
Piyush
Join Date: Sep 2020
Posts: 12
Rep Power: 6 |
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?? |
|
October 7, 2020, 12:32 |
|
#2 |
Senior Member
Join Date: Oct 2017
Posts: 127
Rep Power: 9 |
You need to define "activityCoeff" in the condensation sub-dictionary.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2-7.0.1 on ubuntu 18.04 | hyunko | SU2 Installation | 7 | March 16, 2020 05:37 |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |