BUG: CSV data entry - corrected writing - mantis #971

This commit is contained in:
andy
2013-08-20 09:50:05 +01:00
parent 395cde4e5d
commit 00e73a488b
2 changed files with 17 additions and 7 deletions

View File

@ -22,8 +22,17 @@ boundaryField
{
movingWall
{
type fixedValue;
value uniform (1 0 0);
type uniformFixedValue;
uniformValue csvFile;
csvFileCoeffs
{
nHeaderLine 1;
refColumn 0;
componentColumns (1 2 3);
mergeSeparators no;
fileName "$FOAM_CASE/csvData";
separator " ";
}
}
fixedWalls