Dear all,
I am wondering whether it is possible to calculate the surface flux for more than just one mesh
I tried 1)
<processes>
<process>
<calculatesurfaceflux>
<mesh>mesh1</mesh>
<mesh>mesh2</mesh>
<property_name>specific_flux</property_name>
</calculatesurfaceflux>
</process>
</processes>
<processes>
<process>
<calculatesurfaceflux>
<mesh>mesh1</mesh>
<property_name>specific_flux</property_name>
</calculatesurfaceflux>
<calculatesurfaceflux>
<mesh>mesh2</mesh>
<property_name>specific_flux</property_name>
</calculatesurfaceflux>
</process>
</processes>
Both approaches failed with error that key (either mesh
or calculatesurfaceflux
) has been read one times less than present.
I checked the benchmarks as well and all examples calculate surfaceflux for exactly one mesh, only
Is there any better solution than run the model n times with n being the number of meshes I am interested in
Cheers
Erik