Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91142706
diffusion_parameters.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
Fri, Nov 8, 08:19
Size
523 B
Mime Type
text/x-c
Expires
Sun, Nov 10, 08:19 (2 d)
Engine
blob
Format
Raw Data
Handle
22204485
Attached To
rSPECMICP SpecMiCP / ReactMiCP
diffusion_parameters.hpp
View Options
#ifndef SPECMICP_DFPM_1DTRANSPORT_DIFFUSIONPARAMETERS_HPP
#define SPECMICP_DFPM_1DTRANSPORT_DIFFUSIONPARAMETERS_HPP
#include "common.hpp"
namespace specmicp {
namespace dfpm {
struct SaturatedDiffusion1DParameters
{
Vector porosity;
Vector diffusion_coefficient;
SaturatedDiffusion1DParameters(index_t nb_nodes):
porosity(nb_nodes),
diffusion_coefficient(nb_nodes)
{}
};
} // end namespace dfpm
} // end namespace specmicp
#endif // SPECMICP_DFPM_1DTRANSPORT_DIFFUSIONPARAMETERS_HPP
Event Timeline
Log In to Comment