Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91520428
speciation_system.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 11, 21:12
Size
737 B
Mime Type
text/x-c
Expires
Wed, Nov 13, 21:12 (2 d)
Engine
blob
Format
Raw Data
Handle
22274218
Attached To
rSPECMICP SpecMiCP / ReactMiCP
speciation_system.hpp
View Options
#include "common.hpp"
#include <memory>
// forward declarations
namespace
specmicp
{
namespace
database
{
class
DataContainer
;
}
using
RawDatabasePtr
=
std
::
shared_ptr
<
database
::
DataContainer
>
;
class
AdimensionalSystemSolution
;
namespace
units
{
struct
UnitsSet
;
}
// end namespace units
}
// end namespace specmicp
specmicp
::
RawDatabasePtr
leaching_database
();
specmicp
::
AdimensionalSystemSolution
initial_leaching_pb
(
specmicp
::
RawDatabasePtr
the_database
,
specmicp
::
scalar_t
mult
,
specmicp
::
units
::
UnitsSet
units
);
specmicp
::
AdimensionalSystemSolution
initial_blank_leaching_pb
(
specmicp
::
RawDatabasePtr
the_database
,
specmicp
::
scalar_t
mult
,
specmicp
::
units
::
UnitsSet
);
Event Timeline
Log In to Comment