Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
9c18c452
Commit
9c18c452
authored
3 years ago
by
garibay-j
Committed by
renchao.lu
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve description of tag <chemically_induced_porosity_change>
parent
a5dbf0f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProcessLib/ComponentTransport/ComponentTransportProcessData.h
+22
-5
22 additions, 5 deletions
...essLib/ComponentTransport/ComponentTransportProcessData.h
with
22 additions
and
5 deletions
ProcessLib/ComponentTransport/ComponentTransportProcessData.h
+
22
−
5
View file @
9c18c452
...
@@ -38,11 +38,28 @@ struct ComponentTransportProcessData
...
@@ -38,11 +38,28 @@ struct ComponentTransportProcessData
Eigen
::
VectorXd
const
specific_body_force
;
Eigen
::
VectorXd
const
specific_body_force
;
bool
const
has_gravity
;
bool
const
has_gravity
;
bool
const
non_advective_form
;
bool
const
non_advective_form
;
/// When this optional tag is on, the feedback of chemical reactions on the
/**
/// porosity will be counted. The change of porosity equals to the summation
* When this optional tag is on, the feedback of chemical reactions on the
/// over the changes in the volume fractions of solid constituents. The
* porosity will be counted. The change of porosity equals to the summation
/// change of the volume fraction, in terms of a solid constituent, results
* over the changes in the volume fractions of solid constituents. The
/// from chemical reactions.
* change of the volume fraction, in terms of a solid constituent, results
* from chemical reactions.
*
* \note In order to use this optional tag, the amount of solid constituents
* should be given as volume fraction instead of molality. In addition,
* an appropriate molar volume is required for each solid. The relationship
* to calculate volume fractions of m solids from molalities is as follows:
* \f[
* b_i = \frac{n_i}{m^l} = \frac{\phi_i}{\rho^l \phi V_{m,i}}, i=1,...,m
* \f]
* where \f$b_i\f$ is the molality in mol/kg of water,
* \f$n_i\f$ is the amount of solid in mol,
* \f$m^l\f$ is the mass of water in kg,
* \f$\phi_i\f$ is the volume fraction of solid i,
* \f$\rho^l\f$ is the density of water in kg/m\f$^3\f$,
* \f$\phi\f$ is the porosity,
* \f$V_{m,i}\f$ is the molar volume of solid i in m\f$^3\f$/mol.
*/
bool
const
chemically_induced_porosity_change
;
bool
const
chemically_induced_porosity_change
;
ChemistryLib
::
ChemicalSolverInterface
*
const
chemical_solver_interface
;
ChemistryLib
::
ChemicalSolverInterface
*
const
chemical_solver_interface
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment