//     _/_/_/_/                                                    
//    _/        _/_/_/    _/_/_/      _/_/    _/      _/    _/_/_/ 
//   _/_/_/    _/    _/  _/    _/  _/    _/  _/      _/  _/    _/  
//  _/        _/    _/  _/    _/  _/    _/    _/  _/    _/    _/   
// _/_/_/_/  _/    _/  _/    _/    _/_/        _/        _/_/_/    
//
// Ennova CFD to FOAM Converter
// Copyright (C) 2026 Ennova Technologies Inc. (www.ennova-cfd.com)
// Build Version 1.11.2 - win64 8/14/2026
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FoamFile
{
	version    2.0;
	format    ascii;
	class    volScalarField;
	object    nut;
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dimensions    [ 0 2 -1 0 0 0 0 ];
internalField    uniform 0;
boundaryField
{
	#includeEtc    "caseDicts/setConstraintTypes";
	inlet
	{
		type    calculated;
		value    uniform 0;
	}

	bb2
	{
		type    nutkWallFunction;
		value    uniform 0;
	}

	symmetry
	{
		type    symmetry;
	}

	Share_sea_2
	{
		type    nutkWallFunction;
		value    uniform 0;
	}

	bottom
	{
		type    symmetry;
	}

	far
	{
		type    symmetry;
	}

	outlet
	{
		type    calculated;
		value    uniform 0;
	}

	outlet_1
	{
		type    calculated;
		value    uniform 0;
	}

	symmetry_1
	{
		type    symmetry;
	}

	far_1
	{
		type    symmetry;
	}

	top
	{
		type    calculated;
		value    uniform 0;
	}

	inlet_1
	{
		type    calculated;
		value    uniform 0;
	}

}

