Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 7, 2023
1 parent d43c61c commit f67b099
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions nse_tabular/nse_table_type.H
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#ifndef NSE_TABLE_TYPE_H
#define NSE_TABLE_TYPE_H

#include <AMReX_REAL.H>
#include <network.H>

struct nse_table_t {

amrex::Real T;
amrex::Real rho;
amrex::Real Ye;
amrex::Real abar;
amrex::Real bea;
amrex::Real dyedt;
amrex::Real dabardt;
amrex::Real dbeadt;
amrex::Real e_nu;
amrex::Real X[NumSpec];

};


#endif

0 comments on commit f67b099

Please sign in to comment.