|
[Sponsors] |
[Technical] Time dependent inlet speed crashing |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 9, 2022, 12:54 |
Time dependent inlet speed crashing
|
#1 |
New Member
Join Date: Apr 2022
Posts: 4
Rep Power: 4 |
Hi,
There is probably something small i'm missing, but when i try to run the uniformFixedValue BC for my inlet with uniformValue table ((0 0) (3 33.13) (5 33.13)); I get the error shown in the pic. I copied the table straight from the openfoam user guide and only changed the values. Absolutely losing my mind over what i have done wrong lol. Anyone know my mistake? Thanks in advance Anton |
|
June 30, 2022, 11:00 |
|
#2 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
It expects a vector for the velocity so something like
Code:
((0 (0 0 0)) (3 (0 0 33.13)) (5 (0 0 33.13)) see uniformValue table meaning in propeller tutorial |
|
Tags |
boundaries condition, boundary condition, coding skills.., time dependent input, time dependent velocity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
[solidMechanics] Support thread for "Solid Mechanics Solvers added to OpenFOAM Extend" | bigphil | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 686 | December 22, 2022 10:10 |
Setting up Lid driven Cavity Benchmark with 1M cells for multiple cores | puneet336 | OpenFOAM Running, Solving & CFD | 11 | April 7, 2019 01:58 |
Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |
Pressure inlet vs outlet position, transient, time dependent pressure and gravity | silent2608 | FLUENT | 0 | February 6, 2016 11:19 |