From 447af274c665f56a7373074fb6f1ff773744f694 Mon Sep 17 00:00:00 2001 From: aabrown100-git Date: Fri, 4 Oct 2024 21:19:24 -0700 Subject: [PATCH 1/2] Update solid viscosity documentation --- .../developer-guide/commod_class/readme.md | 3 +- .../developer-guide/implementation/readme.md | 4 +- .../domain_parameters/readme.md | 7 ---- .../equation_parameters/readme.md | 39 ++++++++++++++++++- 4 files changed, 42 insertions(+), 11 deletions(-) diff --git a/documentation/svfsiplus/developer-guide/commod_class/readme.md b/documentation/svfsiplus/developer-guide/commod_class/readme.md index 188f6ba..2a50960 100644 --- a/documentation/svfsiplus/developer-guide/commod_class/readme.md +++ b/documentation/svfsiplus/developer-guide/commod_class/readme.md @@ -10,7 +10,8 @@ The bfType - Body force
  • fibStrsType - Fiber stress
  • stModelType - Structural model
  • -
  • viscModelType - Fluid viscosity model
  • +
  • fluidViscModelType - Fluid viscosity model
  • +
  • solidViscModelType - Solid viscosity model
  • dmnType - Domain
  • adjType - Mesh adjacency (neighboring element for each element)
  • Distribute material properties [ dist_mat_consts ] -Distribute viscosity model properties [ dist_visc_model ] +Distribute fluid viscosity model properties [ dist_fluid_visc_model ] + +Distribute solid viscosity model properties [ dist_solid_visc_model ] Distribute cardiac electromechanics parameters
    diff --git a/documentation/svfsiplus/solver-input-file/domain_parameters/readme.md b/documentation/svfsiplus/solver-input-file/domain_parameters/readme.md index dac09ea..ed04188 100755 --- a/documentation/svfsiplus/solver-input-file/domain_parameters/readme.md +++ b/documentation/svfsiplus/solver-input-file/domain_parameters/readme.md @@ -150,7 +150,6 @@ linear elasticity, structural or structural velocity pressure parameters. Force_y Force_z Poisson_ratio - Viscosity @@ -164,7 +163,6 @@ linear elasticity, structural or structural velocity pressure parameters. Force_z Momentum_stabilization_coefficient Poisson_ratio - Viscosity @@ -361,11 +359,6 @@ with the first error estimate calculated.
    The density property for a solid.
    -<Solid_viscosity> real [0.0] -</Solid_viscosity> -
    -The viscosity property for a solid. -
    <Source_term> real [0.0] </Source_term>
    diff --git a/documentation/svfsiplus/solver-input-file/equation_parameters/readme.md b/documentation/svfsiplus/solver-input-file/equation_parameters/readme.md index b24dc13..73dbe83 100755 --- a/documentation/svfsiplus/solver-input-file/equation_parameters/readme.md +++ b/documentation/svfsiplus/solver-input-file/equation_parameters/readme.md @@ -119,7 +119,7 @@ If true then use a Taylor-Hood element pair for increased stability.

    Viscosity Subsection

    The Viscosity Subsection of the Equation Section or Domain Subsection defines -the parameters for the viscosity model used by fluid and stokes equations. +the parameters for the fluid viscosity model used by fluid, CMM, and stokes equations, or the solid viscosity model used by struct and ustruct. The Viscosity Subsection is organized as follows
    @@ -132,7 +132,7 @@ The Viscosity Subsection is organized as follows The Viscosity keyword defines a subsection for viscosity parameters. -The value of viscosity_model can be +For fluid, CMM, and stokes equations, the value of viscosity_model can be
    • "newtonian" - Newtonian viscosity model
    • @@ -212,3 +212,38 @@ The value of the yield stress parameter. </Viscosity>
    +For struct and ustruct equations, the value of viscosity_model can be + +
      +
    • "Newtonian" - Newtonian viscosity model
    • +
    • "Potential" - Pseudo-potential viscosity model
    • +
    + + + +
    Newtonian
    +
    +<Viscosity model="Newtonian"> +
    +<Value> real +</Value> +
    +The value of the viscosity constant. +
    +</Viscosity> +
    + + + +
    Potential
    +
    +<Viscosity model="Potential"> +
    +<Value> real +</Value> +
    +The value of the viscosity constant. +
    +</Viscosity> +
    + From fa0cfe47a38c575cf22040c2e68c7cfd83395168 Mon Sep 17 00:00:00 2001 From: aabrown100-git Date: Mon, 7 Oct 2024 19:33:42 -0700 Subject: [PATCH 2/2] Update links to lines in repo --- .../svfsiplus/developer-guide/commod_class/readme.md | 4 ++-- .../svfsiplus/developer-guide/implementation/readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/svfsiplus/developer-guide/commod_class/readme.md b/documentation/svfsiplus/developer-guide/commod_class/readme.md index 2a50960..38295bb 100644 --- a/documentation/svfsiplus/developer-guide/commod_class/readme.md +++ b/documentation/svfsiplus/developer-guide/commod_class/readme.md @@ -10,8 +10,8 @@ The
    bfType - Body force
  • fibStrsType - Fiber stress
  • stModelType - Structural model
  • -
  • fluidViscModelType - Fluid viscosity model
  • -
  • solidViscModelType - Solid viscosity model
  • +
  • fluidViscModelType - Fluid viscosity model
  • +
  • solidViscModelType - Solid viscosity model
  • dmnType - Domain
  • adjType - Mesh adjacency (neighboring element for each element)
  • Distribute material properties [ dist_mat_consts ] -Distribute fluid viscosity model properties [ dist_fluid_visc_model ] +Distribute fluid viscosity model properties [ dist_fluid_visc_model ] -Distribute solid viscosity model properties [ dist_solid_visc_model ] +Distribute solid viscosity model properties [ dist_solid_visc_model ] Distribute cardiac electromechanics parameters