make the simulator for the co2injection problem which uses the non-isothermal flash model with ECFV use automatic differentiation

This commit is contained in:
Andreas Lauser 2015-05-21 16:19:00 +02:00
parent 318dc70e77
commit 06700f77d7

View File

@ -38,6 +38,9 @@ SET_TAG_PROP(Co2InjectionFlashNiEcfvProblem, SpatialDiscretizationSplice, EcfvDi
SET_BOOL_PROP(Co2InjectionFlashNiEcfvProblem, EnableEnergy, true);
//! Use automatic differentiation to linearize the system of PDEs
SET_TAG_PROP(Co2InjectionFlashNiEcfvProblem, LocalLinearizerSplice, AutoDiffLocalLinearizer);
// use the CO2 injection problem adapted flash solver
SET_TYPE_PROP(
Co2InjectionFlashNiEcfvProblem, FlashSolver,