def _clone(self, *args):
        if len(args) != 0:
            raise AssertionError("len( args ) != 0")

        obj = adjointOutletPressureFvPatchScalarField(self)

        return ref.tmp_fvPatchField_scalar(obj)
    def _clone( self, *args ) :
        if len( args ) != 0 :
            raise AssertionError( "len( args ) != 0" )

        obj = adjointOutletPressureFvPatchScalarField( self )

        return ref.tmp_fvPatchField_scalar( obj )
    def _clone__DimensionedField_scalar_volMesh( self, *args ) :
        if len( args ) != 1 :
            raise AssertionError( "len( args ) != 1" )
        argc = 0

        try:
            ref.DimensionedField_scalar_volMesh.ext_isinstance( args[ argc ] )
        except TypeError:
            raise AssertionError( "args[ argc ].__class__ != DimensionedField_scalar_volMesh" )
        iF = args[ argc ]; argc += 1

        obj = adjointOutletPressureFvPatchScalarField( self, iF )
        
        return ref.tmp_fvPatchField_scalar( obj )
    def _clone__DimensionedField_scalar_volMesh(self, *args):
        if len(args) != 1:
            raise AssertionError("len( args ) != 1")
        argc = 0

        try:
            ref.DimensionedField_scalar_volMesh.ext_isinstance(args[argc])
        except TypeError:
            raise AssertionError(
                "args[ argc ].__class__ != DimensionedField_scalar_volMesh")
        iF = args[argc]
        argc += 1

        obj = adjointOutletPressureFvPatchScalarField(self, iF)

        return ref.tmp_fvPatchField_scalar(obj)
    def new_dictionary(self, p, iF, dict_):
        obj = adjointOutletPressureFvPatchScalarField(p, iF, dict_)

        return ref.tmp_fvPatchField_scalar(obj)
    def new_patchMapper(self, ptf, p, iF, m):
        obj = adjointOutletPressureFvPatchScalarField(ptf, p, iF, m)

        return ref.tmp_fvPatchField_scalar(obj)
    def new_patch(self, p, iF):
        obj = adjointOutletPressureFvPatchScalarField(p, iF)

        return ref.tmp_fvPatchField_scalar(obj)
 def new_dictionary( self, p, iF, dict_ ):
     obj = adjointOutletPressureFvPatchScalarField( p, iF, dict_ )
     
     return ref.tmp_fvPatchField_scalar( obj )
    def new_patchMapper( self, ptf , p, iF, m ):
        obj = adjointOutletPressureFvPatchScalarField( ptf , p, iF, m )

        return ref.tmp_fvPatchField_scalar( obj )
    def new_patch( self, p, iF ):
        obj = adjointOutletPressureFvPatchScalarField( p,iF )

        return ref.tmp_fvPatchField_scalar( obj )