Calculate Surface Flux for more than one mesh

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

Hello Erik,

at the moment it is only implemented for one mesh. It shouldn’t be a big deal to extend the current implementation for any number of meshes, but I’m busy at the moment with other things. If it is really urgent we have to find a way …

Best regards,
Tom