mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
stationary motion now does not require the dictionary
This commit is contained in:
@ -29,7 +29,7 @@ pFlow::stationaryWall::stationaryWall
|
|||||||
:
|
:
|
||||||
fileDictionary(objf, owner)
|
fileDictionary(objf, owner)
|
||||||
{
|
{
|
||||||
|
const auto& dummy = this->subDictOrCreate("stationaryInfo");
|
||||||
if(!impl_readDictionary(*this) )
|
if(!impl_readDictionary(*this) )
|
||||||
{
|
{
|
||||||
fatalErrorInFunction;
|
fatalErrorInFunction;
|
||||||
@ -46,6 +46,8 @@ pFlow::stationaryWall::stationaryWall
|
|||||||
:
|
:
|
||||||
fileDictionary(objf, dict, owner)
|
fileDictionary(objf, dict, owner)
|
||||||
{
|
{
|
||||||
|
const auto& dummy = this->subDictOrCreate("stationaryInfo");
|
||||||
|
|
||||||
if(!impl_readDictionary(*this) )
|
if(!impl_readDictionary(*this) )
|
||||||
{
|
{
|
||||||
fatalErrorInFunction;
|
fatalErrorInFunction;
|
||||||
|
Reference in New Issue
Block a user