mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial update
This commit is contained in:
@ -22,17 +22,8 @@ boundaryField
|
||||
{
|
||||
movingWall
|
||||
{
|
||||
type uniformFixedValue;
|
||||
uniformValue csvFile;
|
||||
csvFileCoeffs
|
||||
{
|
||||
nHeaderLine 1;
|
||||
refColumn 0;
|
||||
componentColumns (1 2 3);
|
||||
mergeSeparators no;
|
||||
fileName "$FOAM_CASE/csvData";
|
||||
separator " ";
|
||||
}
|
||||
type fixedValue;
|
||||
value uniform (1 0 0);
|
||||
}
|
||||
|
||||
fixedWalls
|
||||
|
||||
Reference in New Issue
Block a user