bridgesolutions.Shrinkage 1.0.1

dotnet add package bridgesolutions.Shrinkage --version 1.0.1
NuGet\Install-Package bridgesolutions.Shrinkage -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bridgesolutions.Shrinkage" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bridgesolutions.Shrinkage --version 1.0.1
#r "nuget: bridgesolutions.Shrinkage, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bridgesolutions.Shrinkage as a Cake Addin
#addin nuget:?package=bridgesolutions.Shrinkage&version=1.0.1

// Install bridgesolutions.Shrinkage as a Cake Tool
#tool nuget:?package=bridgesolutions.Shrinkage&version=1.0.1

Shrinkage

Purpose

Evaluation of shrinkage strain according EN 1992-1-1

Inputs

Basic inputs for calculation

  • Title
  • Concrete
  • Environment
  • Shape
  • Cement
  • Time range Ts,T [days]

Title

Short description of section data.

Concrete

Only limited range is available.

Enum Class
C25 C25/30
C30 C30/37
C35 C35/45
C40 C40/50
C45 C45/55
C50 C50/60

Environment

Two kinds of humidity supported.

Enum Humidity [%]
In 50
Out 80

Shape

Shape factor h0 = 2A/u.

Input Units Limits
Area [m2] Positive, nonzero
Circumference [m] Positive, nonzero

Cement

Kind of cement for shrinkage strain evaluation, AlfaDs1, AlfaDs2.

Enum Speed of hardening
R Rapid
N Normal
S Slow

Time range

Enum Humidity [%]
Ts End of curing [2;36500 days]
Out Time of evaluation [2;36500 days]

XML input file

<?xml version="1.0" encoding="utf-8" ?>

<Shrinkage>
	<Section Title="Calc1" Concrete="C30/37" Environment="in" Area="0.1" Circumference="1.4" Cement="N">
		<Time Ts="3" T="28.0" />
		<Time Ts="3" T="60.0" />
		<Time Ts="3" T="180" />
		<Time Ts="3" T="365" />
		<Time Ts="3" T="36500" />
	</Section>
	<Section Title="Calc1" Concrete="C35/45" Environment="out" Area="0.1" Circumference="1.4" Cement="R">
		<Time Ts="3" T="28.0" />
		<Time Ts="3" T="60.0" />
		<Time Ts="3" T="180" />
		<Time Ts="3" T="365" />
		<Time Ts="3" T="36500" />
	</Section>
</Shrinkage>

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 249 1/24/2023
1.0.0 236 1/24/2023

Constructor change. Time range changed.