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
|
movingWall
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type fixedValue;
|
||||||
uniformValue csvFile;
|
value uniform (1 0 0);
|
||||||
csvFileCoeffs
|
|
||||||
{
|
|
||||||
nHeaderLine 1;
|
|
||||||
refColumn 0;
|
|
||||||
componentColumns (1 2 3);
|
|
||||||
mergeSeparators no;
|
|
||||||
fileName "$FOAM_CASE/csvData";
|
|
||||||
separator " ";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
|
|||||||
Reference in New Issue
Block a user