Skip to content
Discussion options

You must be logged in to vote

The relevant source code is here:

// From deposition velocity sink model
for (auto &con : state.dataContaminantBalance->ZoneContamGenericDVS) {
int SurfNum = con.SurfNum;
int ZoneNum = state.dataSurface->Surface(SurfNum).Zone;
Sch = con.depoVeloSched->getCurrentVal();
GCGain = -con.DepoVelo * state.dataSurface->Surface(SurfNum).Area * Sch * state.dataContaminantBalance->ZoneAirGC(ZoneNum) *
state.dataSurface->Surface(SurfNum).Multiplier * 1.0e-6;
con.GenRate = GCGain;
}
// From deposition rate sink model
for (auto &con : state.data…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amr-auf
Comment options

Answer selected by amr-auf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants