Skip to content

Commit

Permalink
Merge branch 'nse_new_interface' into new_nse_eos
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 7, 2023
2 parents 2e42793 + f67b099 commit f138c64
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 f138c64

Please sign in to comment.