Skip to content

VTXTemperatureExport isn't supported with HydrogenTransportProblemDiscontinuous #1114

@RemDelaporteMathurin

Description

@RemDelaporteMathurin

Right now the temperature export is not implemented with HydrogenTransportProblemDiscontinuous.

if not isinstance(export, exports.VTXSpeciesExport):
raise NotImplementedError(
f"Export type {type(export)} not implemented"
)

This should be fairly easy though as we don't need to split the temperature in subdomains but simply export the parent temperature

Thanks @tez-orr123 for reminding us

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions