CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Aerosolved Problem (https://www.cfd-online.com/Forums/main/230808-aerosolved-problem.html)

Piyush25 October 7, 2020 04:18

Aerosolved Problem
 
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??

Krapf October 7, 2020 11:32

You need to define "activityCoeff" in the condensation sub-dictionary.


All times are GMT -4. The time now is 01:32.