diff --git a/gpu_chemistry/src/gpuChemistryModels/gpuChemistryModel/gpuThermoType.H b/gpu_chemistry/src/gpuChemistryModels/gpuChemistryModel/gpuThermoType.H deleted file mode 100644 index cee4a82..0000000 --- a/gpu_chemistry/src/gpuChemistryModels/gpuChemistryModel/gpuThermoType.H +++ /dev/null @@ -1,30 +0,0 @@ -#pragma once - -#include "janafThermo.H" -#include "perfectGas.H" -#include "specie.H" -#include "thermo.H" -#include "sensibleEnthalpy.H" -#include "sutherlandTransport.H" -namespace FoamGpu -{ - - //This is the corresponding cpu thermo type for the gpuThermo. - using validThermoType = - Foam::sutherlandTransport - < - Foam::species::thermo - < - Foam::janafThermo - < - Foam::perfectGas - < - Foam::specie - > - >, - Foam::sensibleEnthalpy - > - >; - - -} \ No newline at end of file