Skip to content

Commit fb14b20

Browse files
hwpangmjohnson541
authored andcommitted
Include new species attributes when recreating species
1 parent f1cca83 commit fb14b20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Domain.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,12 @@ export getreactionindices
32253225
diffusion=spc.diffusion,
32263226
radius=spc.radius,
32273227
radicalelectrons=spc.radicalelectrons,
3228+
molecularweight=spc.molecularweight,
3229+
henrylawconstant=spc.henrylawconstant,
3230+
liquidvolumetricmasstransfercoefficient=spc.liquidvolumetricmasstransfercoefficient,
3231+
comment=spc.comment,
3232+
isfragment=spc.isfragment,
3233+
isfragmentintermediate=spc.isfragmentintermediate
32283234
)
32293235
@inbounds senstooriginspcind[i] = spcind
32303236
end

0 commit comments

Comments
 (0)