To prepare for hydromulching it is important to undertake comprehensive testing of the soil. This practice will help to identify the critical soil characteristics including nutrient levels and microbial activity. The insights derived from this analysis helps to ensure an optimal hydromulch solution can be used to ensure effective and superior results.
In the instance of expansive and more eroded areas it is also important to identify the characteristics of the land such as assess the slopes, weather e.g. rainfall, presence of rocks etc. This consideration is imperative as the geological features will play a consequential role in the entirety of the process. By having a comprehensive understanding of the terrain, it means there can be confidence and precision with the execution.
To optimise the outcome from hydromulching it is imperative to have consistent watering to support the germination process. A regimen of frequent irrigation will contribute to a consistent and adequate result. Additionally, refraining from physical contact with the treated area is crucial for up to 6 weeks to ensure undisturbed establishment of vegetation.
Furthermore, supplementing the process with the application of fertilisers as recommended will also help with the upkeep and weed control of the vegetation. Maintaining a meticulous approach will contribute to the overall health and resilience of the grass.
The chemical dye employed to show areas of application will fade between 1-7 days. After application of the hydromulch limited maintenance is required. As long as the area is having adequate water supply and there is absence of severe heat or a dry period, the grass will begin to grow within 3 weeks.
Error executing template "Designs/Turf/Paragraph/Turf_2ColumnTextImage_paragraph.cshtml" System.NullReferenceException: Object reference not set to an instance of an object. at CompiledRazorTemplates.Dynamic.RazorEngine_6d5956463e334310850f0c2109f91ca2.Execute() in C:\home\site\wwwroot\Files\Templates\Designs\Turf\Paragraph\Turf_2ColumnTextImage_paragraph.cshtml:line 9 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.ParagraphViewModel> 2 3 @using Microsoft.Ajax.Utilities 4 @using PgwSeeds.Turf 5 6 @{ 7 8 //Left Column Values 9 var leftTitle = Model.Item.GetString("Left_Column_Title"); 10 var leftRichTextAboveImage = Model.Item.GetString("Left_Column_Text_Above_Image"); 11 var leftImage = Model.Item.GetFile("Left_Column_Image")?.Path; 12 var leftImageAltTitleText = Model.Item.GetString("Left_Column_Image_Alt_Title_Text"); 13 var leftRichTextBelowImage = Model.Item.GetString("Left_Column_Text_Below_Image"); 14 var leftCtaLink = Model.Item.GetString("Left_Column_CTA_Link"); 15 var leftCtaLinkText = Model.Item.GetString("Left_Column_CTA_Link_Text"); 16 var leftCtaTarget = Model.Item.GetBoolean("Left_Column_CTA_Open_Link_In_New_Tab") ? "_blank" : ""; 17 string leftCustomButtonStyles = Model.Item.GetBoolean("Left_Button_Alternative_Colors") ? "alternative-button-colors" : ""; 18 19 //Right Column Values 20 var rightTitle = Model.Item.GetString("Right_Column_Title"); 21 var rightRichTextAboveImage = Model.Item.GetString("Right_Column_Text_Above_Image"); 22 var rightImage = Model.Item.GetFile("Right_Column_Image")?.Path; 23 var rightImageAltTitleText = Model.Item.GetString("Right_Column_Image_Alt_Title_Text"); 24 var rightRichTextBelowImage = Model.Item.GetString("Right_Column_Text_Below_Image"); 25 var rightCtaLink = Model.Item.GetString("Right_Column_CTA_Link"); 26 var rightCtaLinkText = Model.Item.GetString("Right_Column_CTA_Link_Text"); 27 var rightCtaTarget = Model.Item.GetBoolean("Right_Column_CTA_Open_Link_In_New_Tab") ? "_blank" : ""; 28 string rightCustomButtonStyles = Model.Item.GetBoolean("Right_Button_Alternative_Colors") ? "alternative-button-colors" : ""; 29 30 } 31 32 <div class="text-img-component wrap-md-offset-1-leftright"> 33 <div class="row"> 34 <div> 35 <div class="col-sm-6 col-xs-12"> 36 <h3> 37 <span>@leftTitle</span> 38 </h3> 39 <div class="rte"> 40 @leftRichTextAboveImage 41 </div> 42 @if (!string.IsNullOrWhiteSpace(leftImage)) 43 { 44 <div class="margin-bottom-11"> 45 <a class="mfp-image popup-link" href="@leftImage.GetDownloadPathByWidth(width:1500, crop:6)"> 46 <img src="@leftImage.GetDownloadPathByWidth(width:600, crop:6)" class="img-responsive" maxwidth="600" alt="@leftImageAltTitleText"> 47 <i class="glyphicon glyphicon-fullscreen"></i> 48 </a> 49 </div> 50 } 51 <div class="rte two-column-text-image-text-below-image"> 52 @leftRichTextBelowImage 53 </div> 54 @if (!leftCtaLink.IsNullOrWhiteSpace()) 55 { 56 <a href="@leftCtaLink" target="@leftCtaTarget" title=""@leftCtaLinkText"" class="btn border-link @leftCustomButtonStyles"> 57 <span> @leftCtaLinkText</span> 58 </a> 59 } 60 </div> 61 <div class="col-sm-6 col-xs-12"> 62 <h3> 63 <span>@rightTitle</span> 64 </h3> 65 <div class="rte"> 66 @rightRichTextAboveImage 67 </div> 68 @if (!string.IsNullOrWhiteSpace(rightImage)) 69 { 70 <div class="margin-bottom-11"> 71 <a class="mfp-image popup-link" href="@rightImage.GetDownloadPathByWidth(width:1500, crop:6)"> 72 <img src="@rightImage.GetDownloadPathByWidth(width:600, crop:6)" class="img-responsive" maxwidth="600" alt="@rightImageAltTitleText"> 73 <i class="glyphicon glyphicon-fullscreen"></i> 74 </a> 75 </div> 76 } 77 <div class="rte two-column-text-image-text-below-image"> 78 @rightRichTextBelowImage 79 </div> 80 @if (!rightCtaLink.IsNullOrWhiteSpace()) 81 { 82 <a href="@rightCtaLink" target="@rightCtaTarget" title=""@rightCtaLinkText"" class="btn border-link @rightCustomButtonStyles"> 83 <span> @rightCtaLinkText</span> 84 </a> 85 } 86 </div> 87 </div> 88 </div> 89 </div>
Hydromulching has an inherent commitment to safety and environmental responsibility. The process and solution are harmless to humans, pets, and wildlife. The products are not only harmless but are formulated to be 100% biodegradable meaning they are environmentally friendly and are suitable for both residential and commercial applications.
The biodegradable nature of hydromulching is a pivotal feature as it is the environmentally responsible choice. The intentional use of materials that naturally break down reduces the ecological impact whilst concurrently achieving the desired objectives.
Furthermore, the solution containing the natural dye does not stain near-by concrete; the dye is environmentally friendly and fully biodegradable. The eco-friendly ingredients used exemplify the continuous environmental responsibility shown through all aspects of these products.
There are a few products hydromulch products available that cater for a range of outcomes. Deciding on which is the best option for you requires knowledge or can be done by a hydromulch expert. Soil testing is also required to ensure the most suitable hydromulch product is used.
Firstly, DuraVeg Fibre Matrix is a wood fibre hydraulic mulch consisting of a Fibre Matrix made up of 100% Thermally Refined® virgin wood fibres and tackifier. It is free from plastics and has been laboratory tested to ensure it meets requirements, which it exceeds. Due to its unique wood fibres, it generates greater yield, interlock, loft and coverage, compared to competitive materials such as straw, sugar cane, paper and competitive wood mulches.
Profile HP Wood Fibre Mulch is 100% recycled wood chips that have been steam heated within high temperature and high-pressure vessels to create highly absorbent fibres. These consequently prove to have relatively better coverage, protection, establishment, and productivity than competitive wood mulch products.
Flexterra HP-FGM is a product providing the highest germination and growth establishment and has a greater than 99% erosion control effectiveness immediately after applying. This product is also 100% biodegradable and non-toxic meaning it will not affect even the most sensitive aquatic wildlife. It is also said to provide near-perfect erosion control and denser vegetation.
Error executing template "Designs/Turf/Paragraph/Turf_2ColumnTextImage_paragraph.cshtml" System.NullReferenceException: Object reference not set to an instance of an object. at CompiledRazorTemplates.Dynamic.RazorEngine_6d5956463e334310850f0c2109f91ca2.Execute() in C:\home\site\wwwroot\Files\Templates\Designs\Turf\Paragraph\Turf_2ColumnTextImage_paragraph.cshtml:line 9 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.ParagraphViewModel> 2 3 @using Microsoft.Ajax.Utilities 4 @using PgwSeeds.Turf 5 6 @{ 7 8 //Left Column Values 9 var leftTitle = Model.Item.GetString("Left_Column_Title"); 10 var leftRichTextAboveImage = Model.Item.GetString("Left_Column_Text_Above_Image"); 11 var leftImage = Model.Item.GetFile("Left_Column_Image")?.Path; 12 var leftImageAltTitleText = Model.Item.GetString("Left_Column_Image_Alt_Title_Text"); 13 var leftRichTextBelowImage = Model.Item.GetString("Left_Column_Text_Below_Image"); 14 var leftCtaLink = Model.Item.GetString("Left_Column_CTA_Link"); 15 var leftCtaLinkText = Model.Item.GetString("Left_Column_CTA_Link_Text"); 16 var leftCtaTarget = Model.Item.GetBoolean("Left_Column_CTA_Open_Link_In_New_Tab") ? "_blank" : ""; 17 string leftCustomButtonStyles = Model.Item.GetBoolean("Left_Button_Alternative_Colors") ? "alternative-button-colors" : ""; 18 19 //Right Column Values 20 var rightTitle = Model.Item.GetString("Right_Column_Title"); 21 var rightRichTextAboveImage = Model.Item.GetString("Right_Column_Text_Above_Image"); 22 var rightImage = Model.Item.GetFile("Right_Column_Image")?.Path; 23 var rightImageAltTitleText = Model.Item.GetString("Right_Column_Image_Alt_Title_Text"); 24 var rightRichTextBelowImage = Model.Item.GetString("Right_Column_Text_Below_Image"); 25 var rightCtaLink = Model.Item.GetString("Right_Column_CTA_Link"); 26 var rightCtaLinkText = Model.Item.GetString("Right_Column_CTA_Link_Text"); 27 var rightCtaTarget = Model.Item.GetBoolean("Right_Column_CTA_Open_Link_In_New_Tab") ? "_blank" : ""; 28 string rightCustomButtonStyles = Model.Item.GetBoolean("Right_Button_Alternative_Colors") ? "alternative-button-colors" : ""; 29 30 } 31 32 <div class="text-img-component wrap-md-offset-1-leftright"> 33 <div class="row"> 34 <div> 35 <div class="col-sm-6 col-xs-12"> 36 <h3> 37 <span>@leftTitle</span> 38 </h3> 39 <div class="rte"> 40 @leftRichTextAboveImage 41 </div> 42 @if (!string.IsNullOrWhiteSpace(leftImage)) 43 { 44 <div class="margin-bottom-11"> 45 <a class="mfp-image popup-link" href="@leftImage.GetDownloadPathByWidth(width:1500, crop:6)"> 46 <img src="@leftImage.GetDownloadPathByWidth(width:600, crop:6)" class="img-responsive" maxwidth="600" alt="@leftImageAltTitleText"> 47 <i class="glyphicon glyphicon-fullscreen"></i> 48 </a> 49 </div> 50 } 51 <div class="rte two-column-text-image-text-below-image"> 52 @leftRichTextBelowImage 53 </div> 54 @if (!leftCtaLink.IsNullOrWhiteSpace()) 55 { 56 <a href="@leftCtaLink" target="@leftCtaTarget" title=""@leftCtaLinkText"" class="btn border-link @leftCustomButtonStyles"> 57 <span> @leftCtaLinkText</span> 58 </a> 59 } 60 </div> 61 <div class="col-sm-6 col-xs-12"> 62 <h3> 63 <span>@rightTitle</span> 64 </h3> 65 <div class="rte"> 66 @rightRichTextAboveImage 67 </div> 68 @if (!string.IsNullOrWhiteSpace(rightImage)) 69 { 70 <div class="margin-bottom-11"> 71 <a class="mfp-image popup-link" href="@rightImage.GetDownloadPathByWidth(width:1500, crop:6)"> 72 <img src="@rightImage.GetDownloadPathByWidth(width:600, crop:6)" class="img-responsive" maxwidth="600" alt="@rightImageAltTitleText"> 73 <i class="glyphicon glyphicon-fullscreen"></i> 74 </a> 75 </div> 76 } 77 <div class="rte two-column-text-image-text-below-image"> 78 @rightRichTextBelowImage 79 </div> 80 @if (!rightCtaLink.IsNullOrWhiteSpace()) 81 { 82 <a href="@rightCtaLink" target="@rightCtaTarget" title=""@rightCtaLinkText"" class="btn border-link @rightCustomButtonStyles"> 83 <span> @rightCtaLinkText</span> 84 </a> 85 } 86 </div> 87 </div> 88 </div> 89 </div>
Hydroseeding and hydromulching are often used in tandem, however, there are a few key characteristics that differentiate the two processes.
Ultimately, almost all construction sites require grassing, so knowing the options is imperative to finding the best option for the area. Depending on what the desired outcome is, as well as how reliable the result needs to be, is what decides whether hydroseeding or hydromulching will be the selection.
Hydroseeding was originally a way of distributing seeds with water, which then helped to develop an improved system of hydromulching to ensure seeds stay in place and have adequate moisture levels.
Firstly, hydroseeding contains little to no mulch so will provide significant differences in the outcome of the area. This is usually done due to restraints in the budget but is not recommended as can provide undesirable and unguaranteed results.
Highlighting the capabilities and frequently asked questions (FAQs) around Hydromulching and how DuraVeg can products and services and can assist with your project's needs.