ryujin 2.1.1 revision 46bf70e400e423a8ffffe8300887eeb35b8dfb2c
equation_of_state_library.h
Go to the documentation of this file.
1//
2// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3// Copyright (C) 2023 by the ryujin authors
4//
5
6#pragma once
7
8#include <compile_time_options.h>
9
10#include "equation_of_state.h"
11
12namespace ryujin
13{
14 namespace EquationOfStateLibrary
15 {
17 std::set<std::shared_ptr<EquationOfState>>;
18
26 equation_of_state_list_type &equation_of_state_list,
27 const std::string &subsection);
28
29 } // namespace EquationOfStateLibrary
30} // namespace ryujin
void populate_equation_of_state_list(equation_of_state_list_type &equation_of_state_list, const std::string &subsection)
std::set< std::shared_ptr< EquationOfState > > equation_of_state_list_type