Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dumux-repositories
dumux
Merge requests
!3451
[examples][1d3d] Fix math typo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[examples][1d3d] Fix math typo
fix/example-1d3d-math-typo
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Timo Koch
requested to merge
fix/example-1d3d-math-typo
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
dc111fc6
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
examples/embedded_network_1d3d/README.md
+
1
−
1
Options
@@ -50,7 +50,7 @@ We solve the following coupled, mixed-dimensional PDE system:
where the subscript T and B denote the tissue and the network (blood flow) compartment,
$
`x`
$ is the tracer mole fraction, $
`\varrho`
$ the molar density of the mixture, $
`\phi`
$ is the porosity,
$
`A_\mathrm{B}`
$ denotes the network (vessel lumen) cross-sectional area, $
`\vert P \vert`
$ is the cross-sectional perimeter value,
$
`D`
$ is the free diffusion coefficient, $
`D_{\text{app}`
$ apparent diffusion coefficients and $C_M$ a membrane diffusivity factor.
$
`D`
$ is the free diffusion coefficient, $
`D_{\text{app}
}
`
$ apparent diffusion coefficients and $C_M$ a membrane diffusivity factor.
Furthermore, isothermal conditions with a homogeneous temperature distribution of constant $
`T=37^\circ C`
$ are assumed.
The 1D network PDE is formulated in terms of the local axial coordinate $
`s`
$.
Loading