mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Bugfix: Xinf was incorrectly sized
This commit is contained in:
@ -122,7 +122,7 @@ void Foam::ReactingParcel<ParcelType>::correctSurfaceValues
|
||||
}
|
||||
|
||||
// Far field carrier molar fractions
|
||||
scalarField Xinf(Y_.size());
|
||||
scalarField Xinf(td.cloud().mcCarrierThermo().speciesData().size());
|
||||
|
||||
forAll(Xinf, i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user