diff --git a/documentation/svfsiplus/developer-guide/commod_class/readme.md b/documentation/svfsiplus/developer-guide/commod_class/readme.md index 188f6ba..38295bb 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
    +
    +<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> +
    +