correct sign miss in species charge calculation
This commit is contained in:
parent
06a40cf449
commit
0ce22d92f6
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ Foam::scalar Foam::chemkinReader::chargeNumber
|
|||
|
||||
if (elementName[0] == 'e')
|
||||
{
|
||||
nElemCharges += nAtoms;
|
||||
nElemCharges -= nAtoms;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue